add Makefile; include manpage&completion in setup.py (#150)
This commit is contained in:
4
setup.py
4
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user