Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Include all extensions for package data cuz MANIFEST.in is ignores. W…
Browse files Browse the repository at this point in the history
…himper.
  • Loading branch information
Jim Fulton committed Sep 11, 2013
1 parent bfce39f commit 20b71fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@
install_requires = install_requires,
zip_safe = False,
entry_points=entry_points,
package_data = {name: ['*.txt', '*.test', '*.html']},
package_data = {name: ['*.txt', '*.test', '*.html', '*.rst']},
extras_require = extras_require,
tests_require = extras_require['test'],
test_suite = name+'.tests.test_suite',
Expand Down

0 comments on commit 20b71fa

Please sign in to comment.