Skip to content

Commit

Permalink
Merge pull request david-hoffman#27 from jaimergp/patch-1
Browse files Browse the repository at this point in the history
Do not package tests as a first-level namespace
  • Loading branch information
david-hoffman authored Feb 11, 2022
2 parents 45bbef5 + de31ec0 commit 4e6f2f8
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 @@ -29,7 +29,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
license="Apache V2.0",
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=("tests", "tests.*")),
classifiers=[
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 4e6f2f8

Please sign in to comment.