完善使用样例
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=42", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "py-enjoy"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
{ name = "mrzhou", email = "mrzhou@miw.cn" }
|
||||
]
|
||||
description = "jfinal-enjoy 5.2.2 的python 3.9.0 实现,基于jpype1实现"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"jpype1>=1.4.0"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://git.miw.cn/mrzhou/py-enjoy"
|
||||
Reference in New Issue
Block a user