Skip to content

Commit 1543039

Browse files
committed
setup.cfg: Add idna package, skip packaging tests
1 parent bab3932 commit 1543039

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.cfg

+6-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ classifiers =
2929
Topic :: Utilities
3030

3131
[options]
32-
python_requires = >=3.5
32+
python_requires = >=3.5
33+
packages=find:
34+
35+
[options.packages.find]
36+
exclude =
37+
tests*

0 commit comments

Comments
 (0)