-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
35 lines (33 loc) · 963 Bytes
/
setup.cfg
File metadata and controls
35 lines (33 loc) · 963 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
31
32
33
34
35
[metadata]
name = load_following_decision
version = 0.1.0
author = Christopher Curl
author_email = curlc@oregonstate.edu
description = This package performs an economic analysis of a micro-CHP system paired with thermal energy storage
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT License
url = https://github.com/SoftwareDevEngResearch/load_following_decision
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Science/Research
Natural Language :: English
[options]
zip_safe = False
include_package_data = True
package_dir =
= lfd_package
packages = find:
install_requires =
pandas>=1.3.5
PyYAML>=6.0
pytest>=7.0.1
tabulate>=0.8.9
matplotlib>=3.5.1
pint>=0.18
python_requires = >=3.7
[options.packages.find]
where = lfd_package