forked from EnergieID/OpenEnergyID
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyprojectOLD.toml
42 lines (38 loc) · 1.26 KB
/
pyprojectOLD.toml
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
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
dynamic = ["version"]
name = "openenergyid"
authors = [
{name = "Jan Pecinovsky", email = "[email protected]"},
{name = "Max Helskens", email = "[email protected]"},
]
maintainers = [
{name = "Jan Pecinovsky", email = "[email protected]"}
]
description = "Open Source Python library for energy analytics and simulations"
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["energy", "analytics", "simulation"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development :: Libraries :: Python Modules",
]
[project.urls]
Homepage = "https://energyid.eu"
Repository = "https://github.com/EnergieID/OpenEnergyID"
"Bugs Tracker" = "https://github.com/EnergieID/OpenEnergyID/issues"
[tool.hatch.version]
path = "openenergyid/__init__.py"
[tool.ruff]
line-length = 100