Skip to content

Commit

Permalink
[chores] Updated excluded packages in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 30, 2020
1 parent ceacac9 commit 03dbb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_install_requires():
download_url='https://github.com/openwisp/django-loci/releases',
platforms=['Platform Independent'],
keywords=['django', 'gis'],
packages=find_packages(exclude=['tests', 'docs']),
packages=find_packages(exclude=['tests*', 'docs*']),
include_package_data=True,
zip_safe=False,
install_requires=get_install_requires(),
Expand Down

0 comments on commit 03dbb0e

Please sign in to comment.