Skip to content
Snippets Groups Projects
Commit 64600f6f authored by David Trattnig's avatar David Trattnig
Browse files

refact(metadata): remove duplicates, add fields

parent 2562bbee
No related branches found
No related tags found
No related merge requests found
[project] [project]
name = "aura-engine" name = "aura-engine"
description = "AURA Engine scheduling and playout control."
homepage = "https://aura.radio/"
repository = "https://gitlab.servus.at/aura/engine"
authors = [
"David Trattnig <david@subsquare.at>",
"Gottfried Gaisbauer <gogo@servus.at>",
]
readme = "README.md"
requires-python = "^3.9" requires-python = "^3.9"
keywords = ["radio", "scheduling", "audio"]
license = { text = "AGPL 3" }
[tool.black] [tool.black]
line-length = 99 line-length = 99
...@@ -27,10 +17,24 @@ pythonpath = ["src"] ...@@ -27,10 +17,24 @@ pythonpath = ["src"]
[tool.poetry] [tool.poetry]
name = "aura-engine" name = "aura-engine"
version = "1.0.0-alpha0" version = "1.0.0-alpha0"
description = "" description = "AURA Engine scheduling and playout control."
authors = ["David Trattnig <david@subsquare.at>"] license = "AGPL-2.0-or-later"
license = "AGPL 3" authors = [
"David Trattnig <david@subsquare.at>",
"Gottfried Gaisbauer <gogo@servus.at>",
]
maintainers = ["David Trattnig <david@subsquare.at>"]
readme = "README.md" readme = "README.md"
homepage = "https://aura.radio/"
repository = "https://gitlab.servus.at/aura/engine"
documentation = "https://docs.aura.radio/"
keywords = ["radio", "scheduling", "audio", "playout"]
classifiers = [
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Sound/Audio :: Mixers",
"Topic :: Multimedia :: Sound/Audio :: Players",
]
packages = [{ include = "aura_engine", from = "src" }] packages = [{ include = "aura_engine", from = "src" }]
[tool.poetry.dependencies] [tool.poetry.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment