mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-09-13 09:43:32 +02:00
Add the viewer to the package_data entry
This commit is contained in:
3
setup.py
3
setup.py
@@ -19,6 +19,9 @@ setup(
|
|||||||
name='nhentai',
|
name='nhentai',
|
||||||
version=__version__,
|
version=__version__,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
package_data={
|
||||||
|
'nhentai': ['viewer/**']
|
||||||
|
},
|
||||||
|
|
||||||
author=__author__,
|
author=__author__,
|
||||||
author_email=__email__,
|
author_email=__email__,
|
||||||
|
Reference in New Issue
Block a user