Skip to content

Commit

Permalink
feat: 添加pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
old-dream321 committed May 5, 2024
1 parent 1de6a61 commit 7ce3ff1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "revKimi"
version = "0.0.1"
authors = [
{name = "old-dream321", email = "[email protected]"}
]
description = "kimi逆向api"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"requests",
]

[project.urls]
"Homepage" = "https://github.com/old-dream321/revKimi"

0 comments on commit 7ce3ff1

Please sign in to comment.