diff --git a/setup.py b/setup.py index 3b29c93..6068493 100755 --- a/setup.py +++ b/setup.py @@ -1,10 +1,3 @@ -import os from setuptools import setup -from setuptools.config import read_configuration -this_dir = os.path.dirname(__file__) -cfg = read_configuration(os.path.join(this_dir, 'setup.cfg')) -cfg["options"].update(cfg["metadata"]) -cfg = cfg["options"] - -setup(**cfg) +setup()