mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
13 lines
180 B
Diff
13 lines
180 B
Diff
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -20,6 +20,10 @@
|
|
python_tcxparser
|
|
packages = find:
|
|
|
|
+[options.packages.find]
|
|
+exclude =
|
|
+ tests*
|
|
+
|
|
[options.extras_require]
|
|
test =
|
|
pytest
|