-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsetup.cfg
45 lines (41 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
41
42
43
44
45
[bdist_wheel]
universal = 1
[metadata]
name = cimhub
version = 1.3.0
author = Tom McDermott
author_email = [email protected]
description = cimhub: Convert and validate electric power distribution system models.
long_description = file: PYPIDESC.md
long_description_content_type = text/markdown
license_files = license.md
license = BSD
url = https://github.com/GRIDAPPSD/CIMHub
project_urls =
Bug Tracker = https://github.com/GRIDAPPSD/CIMHub/issues
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Development Status :: 4 - Beta
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_python
install_requires =
SPARQLWrapper>=2.0.0
numpy>=1.23.0
pandas>=1.4.3
lxml>=4.9.0
scipy>=1.8.1
[options.packages.find]
where = src_python
[options.package_data]
cimhub =
*.json