mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 14:54:21 +01:00
Fixed broken setup
This commit is contained in:
2
setup.py
2
setup.py
@@ -31,7 +31,7 @@ with open("README.md") as file:
|
|||||||
package_data={'Interlace': ['*.txt']},
|
package_data={'Interlace': ['*.txt']},
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'Interlace = Interlace.Interlace:main'
|
'interlace = Interlace.interlace:main'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=dependencies('requirements.txt'),
|
install_requires=dependencies('requirements.txt'),
|
||||||
|
|||||||
Reference in New Issue
Block a user