mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-12-15 13:35:41 +01:00
setup.py and add command line support
This commit is contained in:
6
setup.py
6
setup.py
@@ -14,11 +14,13 @@ setup(
|
||||
description='nhentai.net dojinshis downloader',
|
||||
url='https://github.com/RicterZ/nhentai',
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
|
||||
install_requires=requirements,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'nhentai = nhentai:main',
|
||||
'nhentai = nhentai.command:main',
|
||||
]
|
||||
}
|
||||
},
|
||||
license='MIT',
|
||||
)
|
||||
Reference in New Issue
Block a user