Skip to content

Commit 7f95712

Browse files
committed
update project metadata
1 parent 8b0cc4c commit 7f95712

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pyproject.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,33 @@ version = "0.1.0rc1"
44
description = "JVM bindings for Python that enable seamless integration between Python and Java code through JNI (Java Native Interface)."
55
readme = "README.md"
66
authors = [{ name = "t3tra-dev", email = "[email protected]" }]
7+
license = { text = "MIT" }
8+
classifiers = [
9+
# How mature is this project? Common values are
10+
# 3 - Alpha
11+
# 4 - Beta
12+
# 5 - Production/Stable
13+
"Development Status :: 4 - Beta",
14+
"Intended Audience :: Developers",
15+
"Operating System :: OS Independent",
16+
"Programming Language :: Python",
17+
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
20+
"Topic :: Software Development :: Libraries",
21+
"Topic :: Software Development :: Libraries :: Python Modules",
22+
"Topic :: Utilities",
23+
"Typing :: Typed",
24+
"License :: OSI Approved :: MIT License",
25+
"Operating System :: OS Independent",
26+
]
727
requires-python = ">=3.12"
828
dependencies = []
929

30+
[project.urls]
31+
Homepage = "https://pypi.org/project/jvm-pybind/"
32+
Repository = "https://github.com/t3tra-dev/jvm-pybind"
33+
1034
[build-system]
1135
requires = ["setuptools>=61.0", "wheel"]
1236
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)