Add manpage
This commit is contained in:
parent
049264eba6
commit
fc69db06e1
2 changed files with 204 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -71,6 +71,7 @@ setup(
|
|||
'console_scripts': [
|
||||
'scour = scour.scour:run'
|
||||
]},
|
||||
data_files=[('share/man/man1', ['scour.1'])],
|
||||
classifiers=["License :: OSI Approved :: Apache Software License",
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Console",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue