Update setup.py

This commit is contained in:
Michael Skelton
2019-01-06 12:49:11 +10:00
committed by GitHub
parent 068e72ef55
commit c5ab71b504

View File

@@ -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'