forked from gbbocchini/coolipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (33 loc) · 1.1 KB
/
Copy pathpyproject.toml
File metadata and controls
38 lines (33 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[build-system]
requires = ["setuptools>=61.0", "requests>=2.32.3"]
build-backend = "setuptools.build_meta"
[project]
name = "coolipy"
version = "0.0.8"
authors = [
{ name="Gabriel Bocchini", email="gabrielbocchini@gmail.com" },
]
maintainers = [
{ name="Gabriel Bocchini", email="gabrielbocchini@gmail.com" },
]
description = "Coolipy - (Un)official Coolify - coolify.io - Python client!"
keywords = ["coolify", "rest client", "api client"]
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = [
"requests>=2.32.3"
]
[project.urls]
Homepage = "https://github.com/gbbocchini/coolipy"
Documentation = "https://coolipydocs.gabrielbocchini.com.br/"
Repository = "https://github.com/gbbocchini/coolipy"
[tool.setuptools]
packages = ["coolipy", "coolipy.models", "coolipy.services", "coolipy.services.coolify_api"]