We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f76436 commit 7e7bb92Copy full SHA for 7e7bb92
2 files changed
fastapi_amis/__init__.py
@@ -1 +1,7 @@
1
+"""FastAPI Amis - A FastAPI integration with Baidu Amis."""
2
3
+__version__ = "0.0.1"
4
+__author__ = "kylin"
5
+__email__ = "260987762@qq.com"
6
+
7
+__all__ = ["__version__", "__author__", "__email__"]
pyproject.toml
@@ -4,11 +4,13 @@ version = "0.0.1"
description = "FastAPI Amis"
readme = "README.md"
requires-python = ">=3.10"
+license = {text = "Apache-2.0"}
8
authors = [
9
{name = "kylin", email = "260987762@qq.com"}
10
]
11
dependencies = []
12
classifiers = [
13
+ "License :: OSI Approved :: Apache Software License",
14
"Intended Audience :: Information Technology",
15
"Intended Audience :: System Administrators",
16
"Operating System :: OS Independent",
0 commit comments