Skip to content

Commit 74ca9bd

Browse files
author
Guido van Rossum
committed
Update setup.cfg with cargo-culted stuff
1 parent fd94b80 commit 74ca9bd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

setup.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ parallel = true
1919

2020
[coverage:report]
2121
show_missing = true
22+
23+
[wheel]
24+
universal = true
25+
26+
[bdist_wheel]
27+
universal = true
28+
29+
[metadata]
30+
requires-dist =
31+
typed-ast >= 0.6.1; sys_platform != 'win32'
32+
typing >= 3.5.2; python_version < "3.5"

0 commit comments

Comments
 (0)