Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
2Fake committed Dec 8, 2020
2 parents e38e8f1 + e394aae commit dc448b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def run(self):
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/2Fake/devolo_plc_api",
packages=find_packages(exclude=("tests*")),
packages=find_packages(exclude=("tests*",
)),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit dc448b2

Please sign in to comment.