-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsetup.cfg
37 lines (36 loc) · 1.28 KB
/
setup.cfg
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
28
29
30
31
32
33
34
35
36
37
[metadata]
name = nlopt
author = Daniel Bok
author_email = [email protected]
project_urls =
Documentation = https://nlopt.readthedocs.io/en/latest/
Code = https://github.com/DanielBok/nlopt-python
Issue tracker = https://github.com/DanielBok/nlopt-python/issues
license = MIT
maintainer = Daniel Bok
maintainer_email = [email protected]
description = Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
algorithms
global local constrained unconstrained optimization
optimization
non-linear optimization
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: End Users/Desktop
Intended Audience :: Education
License :: OSI Approved :: MIT License
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: Unix
Programming Language :: C++
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Scientific/Engineering
[options]
python_requires = >= 3.9