Skip to content

Commit a82bb6d

Browse files
committed
Exclude tests from setuptools packages
1 parent 7b736e7 commit a82bb6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
author="Andrey Maslov",
1616
author_email="greyzmeem@gmail.com",
1717
url="https://github.com/greyzmeem/python-logging-loki",
18-
packages=setuptools.find_packages(),
18+
packages=setuptools.find_packages(exclude=("tests",)),
1919
python_requires=">=3.6",
2020
install_requires=["rfc3339>=6.1", "requests"],
2121
classifiers=[

0 commit comments

Comments
 (0)