Fixed broken setup

This commit is contained in:
codingo
2019-01-06 12:53:05 +10:00
parent 92ad405bb4
commit d88e6ea0a8

View File

@@ -31,7 +31,7 @@ with open("README.md") as file:
package_data={'Interlace': ['*.txt']},
entry_points={
'console_scripts': [
'Interlace = Interlace.Interlace:main'
'interlace = Interlace.interlace:main'
]
},
install_requires=dependencies('requirements.txt'),