-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (44 loc) · 1.2 KB
/
setup.cfg
File metadata and controls
48 lines (44 loc) · 1.2 KB
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
43
44
45
46
47
48
[metadata]
name = emthub
version = attr: emthub.__version__
author = Tom McDermott
author_email = tom@meltran.com
description = EMTHub: Electromagnetic transient model-building and validation.
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
license = Apache-2.0
url = https://github.com/temcdrm/EMTHub
project_urls =
Bug Tracker = https://github.com/temcdrm/EMTHub/issues
classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3.11
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
zip_safe = False
include_package_data = True
package_dir =
= src
install_requires =
numpy>=2.1.3
pandas>=2.3.3
lxml>=5.2.2
scipy>=1.14.0
networkx>=3.6.1
otsrdflib>=0.5.0
matplotlib>=3.9.2
setuptools>=80.10.1
[options.packages.find]
where = src
[options.package_data]
* = queries/*.*, examples/*.*
[options.entry_points]
console_scripts =
emthub-list-cases = emthub.api:list_cases
emthub-extract-case = emthub.api:extract_case