Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

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

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[wheel]
2+
universal = 1

0 commit comments

Comments
 (0)