Add license information, add gnuviech source

This commit is contained in:
Jan Dittberner 2023-02-19 12:29:58 +01:00
parent 92941f9a92
commit b2e0854c99
1 changed files with 7 additions and 1 deletions

View File

@ -3,16 +3,22 @@ name = "gvacommon"
version = "0.6.0"
description = ""
authors = ["Jan Dittberner <jan@dittberner.info>"]
license = "AGPL-3+"
readme = "README.rst"
[tool.poetry.dependencies]
python = "^3.7"
django = "<4"
[tool.poetry.group.dev.dependencies]
coverage = "^7.1.0"
[[tool.poetry.source]]
name = "gnuviech"
url = "https://pypi.gnuviech-server.de/simple"
default = false
secondary = false
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"