Skip to content

Commit

Permalink
exclude tests from the release package
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Oct 26, 2019
1 parent 54286d2 commit f22892f
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 @@ -28,7 +28,7 @@
author=pkg['__author__'],
author_email=pkg['__author_email__'],
license=pkg['__license__'],
packages=find_packages(),
packages=find_packages(exclude=['tests.*', 'tests']),
include_package_data=True,
python_requires='>=3.6',
package_data={
Expand Down

0 comments on commit f22892f

Please sign in to comment.