Skip to content

Commit

Permalink
[fix] Removed /tests dir from python package
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 17, 2020
1 parent 4165bf7 commit 4e80066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ recursive-exclude * *.swp
recursive-exclude * __pycache__
recursive-exclude * *.db
recursive-exclude * local_settings.py
recursive-exclude tests *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_install_requires():
download_url='https://github.com/openwisp/openwisp-radius/releases',
platforms=['Platform Independent'],
keywords=['django', 'freeradius', 'networking', 'openwisp'],
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 4e80066

Please sign in to comment.