Skip to content

Commit dc7c432

Browse files
authored
Adds setup config to project root
Configuration will allow for the creation of Python wheel packages. Python wheels replace the older distribution system called "eggs".
1 parent 8065a5c commit dc7c432

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[wheel]
2+
universal = 1

0 commit comments

Comments
 (0)