We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cd26eb + 3edb0c3 commit 7a0ec98Copy full SHA for 7a0ec98
setup.py
@@ -1,10 +1,3 @@
1
-import os
2
from setuptools import setup
3
-from setuptools.config import read_configuration
4
5
-this_dir = os.path.dirname(__file__)
6
-cfg = read_configuration(os.path.join(this_dir, 'setup.cfg'))
7
-cfg["options"].update(cfg["metadata"])
8
-cfg = cfg["options"]
9
-
10
-setup(**cfg)
+setup()
0 commit comments