We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b736e7 commit a82bb6dCopy full SHA for a82bb6d
1 file changed
setup.py
@@ -15,7 +15,7 @@
15
author="Andrey Maslov",
16
author_email="greyzmeem@gmail.com",
17
url="https://github.com/greyzmeem/python-logging-loki",
18
- packages=setuptools.find_packages(),
+ packages=setuptools.find_packages(exclude=("tests",)),
19
python_requires=">=3.6",
20
install_requires=["rfc3339>=6.1", "requests"],
21
classifiers=[
0 commit comments