Skip to content

Commit

Permalink
修改打包配置
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed Feb 17, 2020
1 parent 3ae61bd commit ebc0506
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
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",
Expand Down

0 comments on commit ebc0506

Please sign in to comment.