[Python-modules-commits] [python-webob] 01/02: include package data
Barry Warsaw
barry at moszumanska.debian.org
Wed Nov 18 22:10:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch hacking
in repository python-webob.
commit 6deeb1d045662d8227909ea2e9e246eeb4e58207
Author: Barry Warsaw <barry at python.org>
Date: Wed Oct 21 18:29:37 2015 -0400
include package data
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index 2af1833..9a3be62 100644
--- a/setup.py
+++ b/setup.py
@@ -54,6 +54,7 @@ You may install the `in-development version of WebOb
zip_safe=True,
test_suite='nose.collector',
tests_require=['nose'],
+ include_package_data=True,
extras_require = {
'testing':testing_extras,
'docs':docs_extras,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-webob.git
More information about the Python-modules-commits
mailing list