Skip to content

Commit

Permalink
fix(pypi): Remove cli tests from the PyPI package
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Jun 26, 2020
1 parent b019109 commit 4d8250b
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 @@ -14,7 +14,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ladybug-tools/honeybee-radiance-command",
packages=setuptools.find_packages(exclude=["tests"]),
packages=setuptools.find_packages(exclude=["tests*"]),
install_requires=[],
classifiers=[
"Programming Language :: Python :: 2.7",
Expand Down

0 comments on commit 4d8250b

Please sign in to comment.