Explorar o código

修改打包配置

wangweimin %!s(int64=5) %!d(string=hai) anos
pai
achega
ebc0506cfb
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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",