Add license, repository and classifiers
This commit is contained in:
parent
c05f2b045b
commit
4b82cbe52c
|
@ -3,8 +3,16 @@ name = "fwa"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Firefox Web Apps"
|
description = "Firefox Web Apps"
|
||||||
authors = ["Ceda EI <ceda_ei@webionite.com>"]
|
authors = ["Ceda EI <ceda_ei@webionite.com>"]
|
||||||
license = "GPL-3"
|
license = "GPL-3.0-only"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
repository = "https://gitlab.com/ceda_ei/firefox-web-apps/"
|
||||||
|
classifiers = [
|
||||||
|
"Development Status :: 4 - Beta",
|
||||||
|
"Intended Audience :: End Users/Desktop",
|
||||||
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||||
|
"Operating System :: POSIX :: Linux",
|
||||||
|
"Topic :: Internet",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
|
@ -14,7 +22,6 @@ requests = "^2.31.0"
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
fwa-create-app = "fwa.create_app:main"
|
fwa-create-app = "fwa.create_app:main"
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in New Issue