-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
54 lines (50 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
47
48
49
50
51
52
53
54
[metadata]
name = quest-ssim
author = Will Vining, John Eddy, Ujjwol Tamrakar
author_email = [email protected]
description = Discrete Event Simulator for Energy Storage Evaluation
long_description = REASDME.rst
license = BSD-3-Clause
classifiers =
Programming Language :: Python :: 3
Development Status :: 4 - Beta
[options]
install_requires =
helics[cli]
OpenDSSDirect.py[extras] < 0.9.0
networkx
importlib_resources
kivy
kivymd
tomli
requests
kivy-garden
scipy
matplotlib ~= 3.7.2
packages =
find_namespace:
setup_requires =
setuptools_scm
[options.package_data]
ssim.federates =
*.json
ssim.ui =
libs/garden/garden.matplotlib/*
ssim.ui.kivy =
*.kv
ssim.ui.kivy.images =
*.png
*.jpg
*.jpeg
ssim.ui.kivy.fonts =
*.ttf
*.txt
[options.entry_points]
console_scripts =
storage-federate = ssim.federates.storage:run
grid-federate = ssim.federates.opendss:run
reliability-federate = ssim.federates.reliability:run
ems-federate = ssim.federates.ems:run
logger-federate = ssim.federates.logger:run
metrics-federate = ssim.federates.metrics:run
ssim = ssim.ui.kivy.ssimapp:main