forked from SiobhanPowell/speech
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
32 lines (30 loc) · 875 Bytes
/
pyproject.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
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "speech"
version = "2021.0.1"
dependencies = [
"matplotlib",
]
requires-python = ">=3.10"
authors = [
{name = "Siobhan Powell", email = "[email protected]"},
]
maintainers = [
{name = "Gustavo Cezar", email = "[email protected]"}
]
description = "Scalable Probabilistic Estimates of Electric Vehicle Charging"
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["EV","charging"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python"
]
[project.urls]
Homepage = "https://github.com/slacgismo/speech"
Documentation = "https://github.com/slacgismo/speech"
Repository = "https://github.com/slacgismo/speech.git"
"Bug Tracker" = "https://github.com/slacgismo/speech/issues"
Changelog = "https://github.com/me/spam/blob/main/CHANGELOG.md"