Skip to content

Commit

Permalink
Don't scan the .tox tree
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Oct 24, 2016
1 parent 5fefac4 commit 265f4e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
include AUTHORS README.creole MANIFEST.in LICENSE
recursive-include * *.html *.css *.js
include reversion_compare/locale/*/LC_MESSAGES/django.*
include AUTHORS README.creole MANIFEST.in LICENSE tox.ini
recursive-include reversion_compare *.html *.css *.js *.py *.po *.mo
recursive-include reversion_compare_tests *.html *.css *.js *.py
include *.txt
include *.yml
include .coveragerc
recursive-exclude * *.py[co]
prune .tox
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def get_authors():
maintainer_email="[email protected]",
url='https://github.com/jedie/django-reversion-compare/',
download_url='http://pypi.python.org/pypi/django-reversion-compare/',
packages=find_packages(),
packages=['reversion_compare', 'reversion_compare_tests'],
include_package_data=True,
install_requires=[
"Django>=1.8,<1.11",
Expand Down

0 comments on commit 265f4e6

Please sign in to comment.