Skip to content

Commit 8f13441

Browse files
committed
Removed deprecated ipopt package and associated deprecation warning.
1 parent 54d93ef commit 8f13441

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737

3838
exec(open("cyipopt/version.py", encoding="utf-8").read())
3939
PACKAGE_NAME = "cyipopt"
40-
DEPRECATED_PACKAGE_NAME = "ipopt"
4140
VERSION = __version__
4241
DESCRIPTION = "A Cython wrapper to the IPOPT optimization package"
4342
with open("README.rst", encoding="utf-8") as f:
@@ -192,7 +191,7 @@ def handle_ext_modules_general_os():
192191
keywords=KEYWORDS,
193192
license=LICENSE,
194193
classifiers=CLASSIFIERS,
195-
packages=[PACKAGE_NAME, DEPRECATED_PACKAGE_NAME],
194+
packages=[PACKAGE_NAME],
196195
setup_requires=SETUP_REQUIRES,
197196
install_requires=INSTALL_REQUIRES,
198197
include_package_data=include_package_data,

0 commit comments

Comments
 (0)