-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (41 loc) · 1.17 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
46
[wheel]
universal = 1
[metadata]
name = i2x
version = attr: i2x.__version__
author = Tom McDermott, Eran Schweitzer, and Jessica Kerby
author_email = [email protected]
description = i2x: Interconnection Innovation e-Xchange Open Test Systems.
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE.txt
license = BSD
url = https://github.com/pnnl/i2x
project_urls =
Bug Tracker = https://github.com/pnnl/i2x/issues
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3.10
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
install_requires =
matplotlib>=3.5.2
networkx>=2.8.4
py-dss-interface>=1.0.2
[options.packages.find]
where = src
[options.package_data]
* = models/support/*.*, models/ieee9500/*.*, models/ieee_lvn/*.*
[options.entry_points]
console_scripts =
i2x-der = i2x.api:show_der_config