diff --git a/setup.py b/setup.py index efcb951..1e12102 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f: long_description = f.read() setup( - name='Segpy', + name='segpy', # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see