Skip to content

Commit

Permalink
Update setup.cfg with cargo-culted stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido van Rossum committed Nov 15, 2016
1 parent fd94b80 commit 74ca9bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ parallel = true

[coverage:report]
show_missing = true

[wheel]
universal = true

[bdist_wheel]
universal = true

[metadata]
requires-dist =
typed-ast >= 0.6.1; sys_platform != 'win32'
typing >= 3.5.2; python_version < "3.5"

0 comments on commit 74ca9bd

Please sign in to comment.