-
Notifications
You must be signed in to change notification settings - Fork 16
/
setup.cfg
40 lines (38 loc) · 1.07 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
38
39
40
[metadata]
name = gurobi-logtools
version = attr: gurobi_logtools.__version__
description = Gurobi log file tools for parsing and exploring data
long_description = file: README.md
long_description_content_type = text/markdown
author = Gurobi Optimization, LLC
author_email = [email protected]
license = Apache-2.0
license_file = LICENSE
platforms = any
url = https://github.com/Gurobi/gurobi-logtools
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
package_dir =
=src
packages = find:
python_requires = >=3.8
install_requires =
ipywidgets
numpy
pandas
plotly
xlsxwriter
include_package_data = True
[options.packages.find]
where = src
[options.package_data]
gurobi_logtools.parameters.data = *.json