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 0739743 commit 3fcf711Copy full SHA for 3fcf711
setup.py
@@ -12,7 +12,7 @@
12
long_description=long_description,
13
long_description_content_type='text/markdown',
14
url='https://github.com/alexhill/django-relativity',
15
- packages=setuptools.find_packages(),
+ packages=setuptools.find_packages(exclude=['tests']),
16
install_requires=['django>=1.11'],
17
classifiers=[
18
'Development Status :: 4 - Beta',
0 commit comments