Skip to content

Commit

Permalink
Merge pull request #11 from onkelbeh/patch-1
Browse files Browse the repository at this point in the history
setup.py: do not install 'tests' package
  • Loading branch information
cmroche authored Oct 16, 2020
2 parents 2dc85ec + 515ff86 commit f6a704b
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 @@ -17,7 +17,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/cmroche/greeclimate",
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=['tests']),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit f6a704b

Please sign in to comment.