Skip to content

Commit 96c829a

Browse files
committed
Exclude tests and docs from wheel.
1 parent a5bbdd4 commit 96c829a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ install_requires =
2121
zipp>=0.5
2222
setup_requires = setuptools_scm[toml] >= 3.4.1
2323

24-
25-
[wheel]
26-
universal=1
24+
[options.packages.find]
25+
exclude =
26+
tests*
27+
docs
2728

2829
[options.extras_require]
2930
testing =

0 commit comments

Comments
 (0)