Actually use MANIFEST.ini to specify the package data

*considers suicide*
This commit is contained in:
Pizzacus 2018-06-03 11:32:06 +02:00
parent 0bc83982e4
commit 98bf88d638
No known key found for this signature in database
GPG Key ID: FD67786AA60FA0EE
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,5 @@
include README.md include README.md
include requirements.txt include requirements.txt
include nhentai/doujinshi.html include nhentai/viewer/index.html
include nhentai/viewer/styles.css
include nhentai/viewer/scripts.js

View File

@ -19,9 +19,6 @@ 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__,