-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (33 loc) · 1.07 KB
/
pyproject.toml
File metadata and controls
38 lines (33 loc) · 1.07 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
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "nacos-maintainer-sdk-python"
version = "0.5.3"
description = "Nacos Maintainer Sdk for Python"
readme = "README.md"
requires-python = ">=3.10"
license = {text = "Apache License 2.0"}
authors = [
{name = "nacos"}
]
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"aiohttp>=3.8.6",
"pydantic>=2.5.3",
"nacos-sdk-python>=3.0.2",
]
[project.urls]
Homepage = "https://github.com/nacos-group/nacos-maintainer-sdk-python.git"
Repository = "https://github.com/nacos-group/nacos-maintainer-sdk-python.git"
[tool.setuptools]
packages = ["maintainer", "maintainer.ai", "maintainer.ai.model", "maintainer.common", "maintainer.transport"]
[tool.setuptools.package-data]
maintainer = ["py.typed"]