]> git.lizzy.rs Git - nhentai.git/commitdiff
Add the viewer to the package_data entry
authorPizzacus <pizzacus@gmail.com>
Sun, 3 Jun 2018 09:09:46 +0000 (11:09 +0200)
committerPizzacus <pizzacus@gmail.com>
Sun, 3 Jun 2018 09:09:46 +0000 (11:09 +0200)
setup.py

index d0f6562ddce025f4b93381b4d6c5e939ded3d1c6..933bb8fdda1342b1e2f20572b1e901ff3a343e75 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,9 @@ setup(
     name='nhentai',
     version=__version__,
     packages=find_packages(),
+    package_data={
+        'nhentai': ['viewer/**']
+    },
 
     author=__author__,
     author_email=__email__,