Skip to content

Commit ec55fe7

Browse files
committed
Exclude tests and find all apckages
1 parent fc78d14 commit ec55fe7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ classifiers =
4141
[options]
4242
zip_safe = False
4343
include_package_data = True
44-
packages =
45-
synapseclient
46-
synapseutils
44+
packages = find:
4745
python_requires = >=3.8
4846
# on Linux specify a cryptography dependency that will not
4947
# require a Rust compiler to compile from source (< 3.4).
@@ -109,6 +107,9 @@ synapseclient =
109107
synapsePythonClient
110108
.synapseConfig
111109

110+
[options.packages.find]
111+
exclude = tests*
112+
112113
[flake8]
113114

114115
# pep8 default is 80

0 commit comments

Comments
 (0)