Lower case Segpy->segpy in setup.py

This commit is contained in:
Robert Smallshire
2015-02-25 10:57:29 +01:00
parent b1782b9c81
commit 17a6475e5b
+1 -1
View File
@@ -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