Skip to content

Commit 3475081

Browse files
修复pip错误
1 parent e93bc3b commit 3475081

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,38 @@
11
[project]
22
name = "fastapi-amis"
3-
version = "0.1.0"
3+
version = "1.0.1"
44
description = "FastAPI Amis"
55
readme = "README.md"
66
requires-python = ">=3.10"
7+
authors = [
8+
{name = "kylin", email = "260987762@qq.com"}
9+
]
710
dependencies = []
11+
classifiers = [
12+
"Intended Audience :: Information Technology",
13+
"Intended Audience :: System Administrators",
14+
"Operating System :: OS Independent",
15+
"Programming Language :: Python :: 3",
16+
"Programming Language :: Python",
17+
"Topic :: Internet",
18+
"Topic :: Software Development :: Libraries :: Application Frameworks",
19+
"Topic :: Software Development :: Libraries :: Python Modules",
20+
"Topic :: Software Development :: Libraries",
21+
"Topic :: Software Development",
22+
"Typing :: Typed",
23+
"Environment :: Web Environment",
24+
"Framework :: AsyncIO",
25+
"Framework :: FastAPI",
26+
"Framework :: Pydantic",
27+
"Framework :: Pydantic :: 2",
28+
"Programming Language :: Python :: 3.10",
29+
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
31+
]
832

933
[project.urls]
1034
Homepage = "https://github.com/InfernalAzazel/fastapi-amis"
35+
Documentation = "https://infernalazazel.github.io/fastapi-amis/"
1136
Repository = "https://github.com/InfernalAzazel/fastapi-amis"
1237

1338
[build-system]
@@ -30,3 +55,5 @@ dev = [
3055
"pytest-asyncio>=1.2.0",
3156
"ujson>=5.11.0",
3257
]
58+
59+

0 commit comments

Comments
 (0)