Add manpage

This commit is contained in:
Ondřej Kuzník 2019-05-16 23:20:56 +01:00
parent 049264eba6
commit fc69db06e1
2 changed files with 204 additions and 0 deletions

View file

@ -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",