Skip to content

Commit

Permalink
add 'tests' to the excluded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
namarrgon committed Apr 23, 2017
1 parent db8f80e commit d3a12c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@
],
keywords="OverPy Overpass OSM OpenStreetMap",
install_requires=[],
packages=find_packages(exclude=["*.tests", "*.tests.*"]),
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests"]),
include_package_data=True,
package_data={
#"": ["README"],
Expand Down

0 comments on commit d3a12c1

Please sign in to comment.