add Makefile; include manpage&completion in setup.py (#150)

This commit is contained in:
Mike Fährmann
2019-03-24 10:36:33 +01:00
parent eacebf41e4
commit e5f44a5160
5 changed files with 45 additions and 2 deletions

View File

@@ -90,6 +90,10 @@ setup(
"gallery_dl.downloader",
"gallery_dl.postprocessor",
],
data_files = [
('etc/bash_completion.d', ['gallery-dl.bash-completion']),
('share/man/man1' , ['gallery-dl.1']),
],
keywords="image gallery downloader crawler scraper",
classifiers=[
"Development Status :: 5 - Production/Stable",