mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Really exclude tests from python packages
This commit is contained in:
@@ -48,6 +48,6 @@ setup(
|
||||
'stripe': ['stripe>=1.22,<1.23']
|
||||
},
|
||||
|
||||
packages=find_packages(exclude=['tests']),
|
||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||
include_package_data=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user