Add tests package so nose will find them.

From 6bb916e353ee49059e3d0830838d320013f7c80f Mon Sep 17 00:00:00 2001
Patch-Name: add-voluptuous-tests.patch
Last-Update: 2024-02-23


Gbp-Pq: Name add-voluptuous-tests.patch
This commit is contained in:
Barry Warsaw 2016-08-03 10:27:23 -04:00 committed by luoyaoming
parent 933cbc2861
commit a5d5994286
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ setup(
long_description_content_type='text/markdown',
license='BSD-3-Clause',
platforms=['any'],
packages=['voluptuous'],
packages=['voluptuous', 'voluptuous.tests'],
package_data={
'voluptuous': ['py.typed'],
},