Skip to content

Commit f847c75

Browse files
authored
Merge pull request #26 from D3vil0p3r/patch-1
Exclude tests from setup.py
2 parents 1b614b7 + 689e689 commit f847c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
author='Matmaus',
1616
author_email='[email protected]',
1717
license='MIT',
18-
packages=find_packages(),
18+
packages=find_packages(exclude=["tests*"]),
1919
classifiers=[
2020
"Programming Language :: Python :: 3",
2121
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)