We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660bee8 commit 9a79983Copy full SHA for 9a79983
setup.py
@@ -37,7 +37,7 @@ def run(self):
37
setup(
38
name="django-postgres-extra",
39
version="2.0.4rc1",
40
- packages=find_packages(),
+ packages=find_packages(exclude=["tests"]),
41
include_package_data=True,
42
license="MIT License",
43
description="Bringing all of PostgreSQL's awesomeness to Django.",
0 commit comments