Skip to content

Commit

Permalink
Made sure to exclude tests package from dists.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Jan 3, 2016
1 parent 7a2083e commit e83cc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
'django-picklefield>=0.3.2',
'django-polymodels>=1.4.1',
],
packages=find_packages(exclude=['tests']),
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
license='MIT License',
classifiers=[
Expand Down

0 comments on commit e83cc2d

Please sign in to comment.