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.
1 parent 54d93ef commit 8f13441Copy full SHA for 8f13441
setup.py
@@ -37,7 +37,6 @@
37
38
exec(open("cyipopt/version.py", encoding="utf-8").read())
39
PACKAGE_NAME = "cyipopt"
40
-DEPRECATED_PACKAGE_NAME = "ipopt"
41
VERSION = __version__
42
DESCRIPTION = "A Cython wrapper to the IPOPT optimization package"
43
with open("README.rst", encoding="utf-8") as f:
@@ -192,7 +191,7 @@ def handle_ext_modules_general_os():
192
191
keywords=KEYWORDS,
193
license=LICENSE,
194
classifiers=CLASSIFIERS,
195
- packages=[PACKAGE_NAME, DEPRECATED_PACKAGE_NAME],
+ packages=[PACKAGE_NAME],
196
setup_requires=SETUP_REQUIRES,
197
install_requires=INSTALL_REQUIRES,
198
include_package_data=include_package_data,
0 commit comments