Skip to content

Commit

Permalink
fix package error
Browse files Browse the repository at this point in the history
  • Loading branch information
foolcage committed Dec 2, 2019
1 parent 5d87929 commit 6a735b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,6 @@ ENV/

node_modules/

*running.ipynb
*running.ipynb

.DS_Store
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include README.md
include LICENSE
include zvt/samples/data.zip
include zvt/samples/config.json
include zvt/accounts/*.json
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.5.0', # Required
version='0.5.1', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down Expand Up @@ -145,7 +145,7 @@
# If using Python 2.6 or earlier, then these have to be included in
# MANIFEST.in as well.
package_data={ # Optional
'sample_data': ['data.zip'],
'zvt.samples': ['*.zip', '*.json'],
},

# Although 'package_data' is the preferred approach, in some case you may
Expand Down

0 comments on commit 6a735b6

Please sign in to comment.