2022-08-08 09:31:13 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["hatchling"]
|
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "pyadonis"
|
2022-09-16 11:13:57 +00:00
|
|
|
version = "0.9.3"
|
2022-08-08 09:31:13 +00:00
|
|
|
authors = [
|
|
|
|
{ name="Kumi Systems e.U.", email="office@kumi.systems" },
|
|
|
|
]
|
|
|
|
description = "A package to communicate with the Adonis API"
|
|
|
|
readme = "README.md"
|
|
|
|
license = { file="LICENSE" }
|
|
|
|
requires-python = ">=3.8"
|
|
|
|
classifiers = [
|
|
|
|
"Programming Language :: Python :: 3",
|
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
]
|
2022-08-08 10:09:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"pillow"
|
|
|
|
]
|
2022-08-08 09:31:13 +00:00
|
|
|
|
|
|
|
[project.urls]
|
2022-09-19 07:35:44 +00:00
|
|
|
"Homepage" = "https://kumig.it/kumisystems/pyadonis.git"
|
2022-09-16 11:21:21 +00:00
|
|
|
|