forked from dparrini/python-comtrade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (23 loc) · 636 Bytes
/
pyproject.toml
File metadata and controls
26 lines (23 loc) · 636 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
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "python-comtrade"
authors = [
{name = "David Parrini"},
{name = "Joe Stanley", email = "[email protected]"}
]
maintainers = [
{name = "David Parrini"},
]
description = "A Python 3 module designed to read Common Format for Transient Data Exchange (COMTRADE) files."
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: MIT License"
]
dynamic = ["version"]
[project.urls]
Home = "https://github.com/engineerjoe440/python-comtrade"
[tool.flit.module]
name = "comtrade"