Skip to content

Commit 7e7bb92

Browse files
fix: add package metadata for PyPI publication
1 parent 7f76436 commit 7e7bb92

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

fastapi_amis/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
"""FastAPI Amis - A FastAPI integration with Baidu Amis."""
12

3+
__version__ = "0.0.1"
4+
__author__ = "kylin"
5+
__email__ = "[email protected]"
6+
7+
__all__ = ["__version__", "__author__", "__email__"]

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ version = "0.0.1"
44
description = "FastAPI Amis"
55
readme = "README.md"
66
requires-python = ">=3.10"
7+
license = {text = "Apache-2.0"}
78
authors = [
89
{name = "kylin", email = "[email protected]"}
910
]
1011
dependencies = []
1112
classifiers = [
13+
"License :: OSI Approved :: Apache Software License",
1214
"Intended Audience :: Information Technology",
1315
"Intended Audience :: System Administrators",
1416
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)