wangweimin 5 rokov pred
rodič
commit
ebc0506cfb
1 zmenil súbory, kde vykonal 8 pridanie a 0 odobranie
  1. 8 0
      setup.py

+ 8 - 0
setup.py

@@ -9,6 +9,14 @@ setup(
     author_email='wangweimin@buaa.edu.com',
     license='MIT',
     packages=find_packages(),
+    package_data={
+        # data files need to be listed both here (which determines what gets
+        # installed) and in MANIFEST.in (which determines what gets included
+        # in the sdist tarball)
+        "wsrepl": [
+            "html",
+        ],
+    },
     classifiers=[
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.5",