Add license information, add gnuviech source
This commit is contained in:
parent
92941f9a92
commit
2ac621cdf0
1 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue