forked from OpenMDAO-Plugins/ipoptdriver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (26 loc) · 816 Bytes
/
setup.cfg
File metadata and controls
28 lines (26 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = ipoptdriver
version = 0.10
summary = Openmdao driver wrapper for the Ipopt optimization code
description-file = README.txt
keywords = openmdao
home-page = https://github.com/OpenMDAO-Plugins/ipoptdriver
download-url =
author = Herb Schilling
author-email = hschilling@nasa.gov
maintainer = Herb Schilling
maintainer-email = hschilling@nasa.gov
license = Apache License, Version 2.0
classifier = Intended Audience :: Science/Research
Topic :: Scientific/Engineering
requires-dist = openmdao.main
provides-dist =
obsoletes-dist =
requires-python =
>=2.6
<3.0
requires-externals = Ipopt library from https://projects.coin-or.org/Ipopt and its Python wrapper, Pyipopt from http://code.google.com/p/pyipopt/
project-url = http://openmdao.org
[openmdao]
copyright =
static_path = [ '_static' ]