|
@@ -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",
|