Skip to content

Commit 4305af9

Browse files
author
Hugo Osvaldo Barrera
committed
Don't install tests module
Fixes #153
1 parent 0f223c0 commit 4305af9

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
@@ -5,7 +5,7 @@
55

66
setup(
77
name="python-barcode",
8-
packages=find_packages(),
8+
packages=find_packages(exclude=["tests"]),
99
url="https://github.com/WhyNotHugo/python-barcode",
1010
license="MIT",
1111
author="Hugo Osvaldo Barrera et al",

0 commit comments

Comments
 (0)