We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f223c0 commit 4305af9Copy full SHA for 4305af9
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="python-barcode",
8
- packages=find_packages(),
+ packages=find_packages(exclude=["tests"]),
9
url="https://github.com/WhyNotHugo/python-barcode",
10
license="MIT",
11
author="Hugo Osvaldo Barrera et al",
0 commit comments