Skip to content

Commit

Permalink
Include missing files in package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
chovanecm committed Jul 24, 2017
1 parent 52b6873 commit f52571c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ include setup.cfg
include description.txt
include requirements.txt
include dev-requirements.txt
recursive-include sacredboard *.html *.css *.js




recursive-include sacredboard *.html *.css *.js *
global-exclude __pycache__
global-exclude *.py[co]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sacredboard",
"version": "0.3.0",
"version": "0.3.1",
"description": "Sacredboard NPM package file for automatic tests.",
"dependencies": {},
"devDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def get_requirements():
install_requires=get_requirements(),
setup_requires=["pytest-runner"],
tests_require=["pytest", "mongomock"],
version="0.3"
version="0.3.1"
)

0 comments on commit f52571c

Please sign in to comment.