[Python-modules-commits] [voluptuous] 04/06: Add tests package so nose will find them.

Barry Warsaw barry at moszumanska.debian.org
Wed Aug 3 14:32:44 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 6bb916e353ee49059e3d0830838d320013f7c80f
Author: Barry Warsaw <barry at python.org>
Date:   Wed Aug 3 10:27:23 2016 -0400

    Add tests package so nose will find them.
    
    Patch-Name: add-voluptuous-tests.patch
---
 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