Add an entry point for the cli command
This commit is contained in:
parent
4f2580a97c
commit
b8381d8a1b
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -51,6 +51,10 @@ setup(
|
|||
extras_require={'testing': parse_requirements('test')},
|
||||
vcversioner={'version_module_paths': ['swh/lister/_version.py']},
|
||||
include_package_data=True,
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
swh-lister=swh.lister.cli:cli
|
||||
''',
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"Intended Audience :: Developers",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue