4
0
mirror of https://github.com/RicterZ/nhentai.git synced 2025-05-05 19:10:59 +02:00

Add the viewer to the package_data entry

This commit is contained in:
Pizzacus 2018-06-03 11:09:46 +02:00
parent 99edcef9ac
commit 0bc83982e4
No known key found for this signature in database
GPG Key ID: FD67786AA60FA0EE

@ -19,6 +19,9 @@ setup(
name='nhentai',
version=__version__,
packages=find_packages(),
package_data={
'nhentai': ['viewer/**']
},
author=__author__,
author_email=__email__,