Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #72 from cmc333333/package-files
Browse files Browse the repository at this point in the history
Include search templates in package.
  • Loading branch information
anthonygarvan authored Feb 9, 2017
2 parents 7165283 + f49297d commit 4044c41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ script:
- flake8 .
- bandit -r . -x regcore/tests,regcore_read/tests,regcore_write/tests
after_success:
coveralls
- if [[ $INTEGRATION_TARGET = '' ]] && [[ $TRAVIS_PYTHON_VERSION = '3.5' ]]; then coveralls; fi
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include TERMS.md
recursive-include regcore/templates *.txt
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

setup(
name="regcore",
version="2.0.1",
version="3.0.0",
license="public domain",
packages=find_packages(),
include_package_data=True,
install_requires=[
'django>=1.8,<1.10',
'django-mptt',
Expand Down

0 comments on commit 4044c41

Please sign in to comment.