wip 2.0
This commit is contained in:
33
pyproject.toml
Normal file
33
pyproject.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
[project]
|
||||
name = "BudaportaFvmConvert"
|
||||
version = "2.0.0"
|
||||
description = "Convert meter readings from CSV to XML"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
license = {file = "LICENSE"}
|
||||
authors = [
|
||||
{name = "infeeeee", email = "gyetpet@mailbox.org"}
|
||||
]
|
||||
maintainers = [
|
||||
{name = "infeeeee", email = "gyetpet@mailbox.org"}
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Programming Language :: Python",
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"xmlformatter"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://git.gyetvaipeter.hu/infeeeee/BudaportaFvmConvert"
|
||||
documentation = "https://git.gyetvaipeter.hu/infeeeee/BudaportaFvmConvert"
|
||||
repository = "https://git.gyetvaipeter.hu/infeeeee/BudaportaFvmConvert"
|
||||
changelog = "https://git.gyetvaipeter.hu/infeeeee/BudaportaFvmConvert"
|
||||
|
||||
[project.scripts]
|
||||
BudaportaFvmConvert = "BudaportaFvmConvert:run"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
Reference in New Issue
Block a user