Skip to content

Commit de1ceb8

Browse files
authored
Get rid of setup.cfg by moving the only option to setup.py (getsentry#1040)
1 parent 07bb2c7 commit de1ceb8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.cfg

-2
This file was deleted.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ def get_file_text(file_name):
7272
"Programming Language :: Python :: 3.9",
7373
"Topic :: Software Development :: Libraries :: Python Modules",
7474
],
75+
options={"bdist_wheel": {"universal": "1"}},
7576
)

0 commit comments

Comments
 (0)