Use the matching PyPi metadata name

This commit is contained in:
Luke Murphy 2019-07-01 18:33:29 +02:00
parent 60dbd4c7c1
commit e37c5a3029
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
.. _header:
*********
flat_tree
flat-tree
*********
.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
@ -44,7 +44,7 @@ From `The Dat Protocol`_:
Documentation
*************
* https://flat_tree.readthedocs.io
* https://flat-tree.readthedocs.io
.. _mirroring:

View File

@ -3,6 +3,6 @@ copyright = '2019, decentral1se'
html_static_path = ['_static']
html_theme = 'alabaster'
master_doc = 'index'
project = 'flat_tree'
project = 'flat-tree'
templates_path = ['_templates']
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']

View File

@ -4,7 +4,7 @@ Install
.. code-block:: bash
$ pip install flat_tree
$ pip install flat-tree
.. note::