mirror of
https://github.com/enpaul/keyosk.git
synced 2024-11-24 23:47:49 +00:00
Update project metadata
This commit is contained in:
parent
a302d69c7a
commit
9e40ace1f1
@ -1,11 +1,20 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "keyosk"
|
name = "keyosk"
|
||||||
version = "0.1.0-alpha-1"
|
version = "0.1.0-alpha-1"
|
||||||
description = "REST API for issuing and managing JSON web tokens"
|
description = "Simple JWT application for HTTP-based microservices"
|
||||||
authors = ["Ethan Paul <e@enp.one>"]
|
authors = ["Ethan Paul <ethan.paul@enp.one>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/enpaul/keyosk/"
|
repository = "https://github.com/enpaul/keyosk/"
|
||||||
|
homepage = "https://github.com/enpaul/keyosk/"
|
||||||
|
documentation = "https://github.com/enpaul/keyosk/"
|
||||||
packages = [{include = "keyosk"}]
|
packages = [{include = "keyosk"}]
|
||||||
|
keywords = ["jwt", "rest", "flask", "docker", "microservice", "http"]
|
||||||
|
classifiers = [
|
||||||
|
"Development Status :: 2 - Pre-Alpha",
|
||||||
|
"Framework :: Flask",
|
||||||
|
"License :: OSI Approved :: MIT License",
|
||||||
|
"Natural Language :: English"
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6"
|
python = "^3.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user