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
3 changed files with 4 additions and 4 deletions

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::