Skip to content

Commit 3fcf711

Browse files
committed
Exclude tests from built package
1 parent 0739743 commit 3fcf711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
1414
url='https://github.com/alexhill/django-relativity',
15-
packages=setuptools.find_packages(),
15+
packages=setuptools.find_packages(exclude=['tests']),
1616
install_requires=['django>=1.11'],
1717
classifiers=[
1818
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)