[Python-modules-commits] [voluptuous] 04/08: Include tests package.

Barry Warsaw barry at moszumanska.debian.org
Tue Aug 2 19:01:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository voluptuous.

commit e6f20941122c3856dea65da703d0ae105ea8aa22
Author: Barry Warsaw <barry at ubuntu.com>
Date:   Tue Aug 2 14:43:42 2016 -0400

    Include tests package.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 6140253..4d6275d 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ setup(
     long_description=long_description,
     license='BSD',
     platforms=['any'],
-    packages=['voluptuous'],
+    packages=['voluptuous', 'voluptuous.tests'],
     author='Alec Thomas',
     author_email='alec at swapoff.org',
     classifiers=[

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/voluptuous.git



More information about the Python-modules-commits mailing list