Files
py-enjoy/pyproject.toml
2026-02-28 12:07:17 +08:00

24 lines
609 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "py-enjoy"
version = "0.1.2"
authors = [
{ name = "mrzhou", email = "mrzhou@miw.cn" }
]
description = "jfinal-enjoy 5.2.2 的python 3.9.0 实现基于jpype1实现。 实现mrzhou@miw.cn"
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"