forked from IBMDecisionOptimization/docplex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (29 loc) · 989 Bytes
/
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
[metadata]
name = docplex
version = 2.28.240
description = The IBM Decision Optimization CPLEX Modeling for Python
url = https://www.ibm.com/cloud/decision-optimization-for-watson-studio
author = The IBM Decision Optimization on Cloud team
description_file = README.md
long_description = file: README.rst, CHANGELOG.rst
keywords = optimization, cplex, cpo
license = Apache 2.0
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Operating System :: Unix
Operating System :: MacOS
Operating System :: Microsoft
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Software Development :: Libraries
Topic :: System
Topic :: Other/Nonlisted Topic
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
[options]
packages = find:
install_requires = six