entry points cli

This commit is contained in:
Akash
2020-07-21 10:49:19 +05:30
committed by GitHub
parent 1375fcd9f1
commit 28e8e00fb3

View File

@@ -42,6 +42,11 @@ setup(
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: CPython',
], ],
entry_points={
'console_scripts': [
'waybackpy = waybackpy.wrapper:command_line'
]
},
project_urls={ project_urls={
'Documentation': 'https://waybackpy.readthedocs.io', 'Documentation': 'https://waybackpy.readthedocs.io',
'Source': 'https://github.com/akamhy/waybackpy', 'Source': 'https://github.com/akamhy/waybackpy',