mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 14:54:21 +01:00
Update setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -28,7 +28,7 @@ with open("README.md") as file:
|
|||||||
author_email="codingo@protonmail.com",
|
author_email="codingo@protonmail.com",
|
||||||
url="https://github.com/codingo/Interlace",
|
url="https://github.com/codingo/Interlace",
|
||||||
packages=find_packages(exclude=('tests')),
|
packages=find_packages(exclude=('tests')),
|
||||||
package_data={'VHostScan': ['*.txt']},
|
package_data={'Interlace': ['*.txt']},
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'Interlace = Interlace.Interlace:main'
|
'Interlace = Interlace.Interlace:main'
|
||||||
|
|||||||
Reference in New Issue
Block a user