-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (29 loc) · 803 Bytes
/
setup.cfg
File metadata and controls
30 lines (29 loc) · 803 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
[metadata]
name = ldrestoration
version = 0.1.0
license = MIT
description = Linearized 3-Phase unbalanced power distribution restoration using mixed-integer programming
long_description = file: README.md
author = Abodh Poudyal
author_email = 'abodh.poudyal@wsu.edu, abodh.poudyal@gmail.com '
classifiers=
Development Status :: 1 - Planning
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Intended Audience :: End Users/Desktop
Intended Audience :: Science/Research
[options]
python_requires = >=3.10
packages = find:
include_package_data = True
install_requires=
numpy<2
networkx>=3.2,
pandas>=1.5,
pyomo>=6.0,
folium>=0.15,
matplotlib>=3.6,
networkx>=3.2,
plotly>=5.18,
opendssdirect.py==0.8.4
zip_safe = False