Skip to content

Commit

Permalink
Exclude tests from setuptools packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyZmeem committed Nov 4, 2019
1 parent 7b736e7 commit a82bb6d
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 @@ -15,7 +15,7 @@
author="Andrey Maslov",
author_email="[email protected]",
url="https://github.com/greyzmeem/python-logging-loki",
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=("tests",)),
python_requires=">=3.6",
install_requires=["rfc3339>=6.1", "requests"],
classifiers=[
Expand Down

0 comments on commit a82bb6d

Please sign in to comment.