-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (39 loc) · 806 Bytes
/
Copy pathsetup.cfg
File metadata and controls
42 lines (39 loc) · 806 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = adsg-core
version = attr:adsg_core.__version__
author = Jasper Bussemaker
author_email = jasper.bussemaker@dlr.de
description = Design Space Graph (ADSG Core)
long_description = file:README.md
long_description_content_type = text/markdown
license = MIT
classifiers =
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
[options]
packages = find:
python_requires = >=3.9
install_requires =
networkx
lxml
pydot
cached-property>=1.5
appdirs
numpy
scipy
pandas
numba
natsort
[options.extras_require]
opt =
sb-arch-opt>=1.6
nb =
jupyter
ipython
ipykernel
matplotlib
[options.packages.find]
exclude =
adsg_core.tests*