@@ -4,9 +4,33 @@ version = "0.1.0rc1"
44description = " JVM bindings for Python that enable seamless integration between Python and Java code through JNI (Java Native Interface)."
55readme = " README.md"
66authors = [{
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+ ]
727requires-python = " >=3.12"
828dependencies = []
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 ]
1135requires = [" setuptools>=61.0" , " wheel" ]
1236build-backend = " setuptools.build_meta"
0 commit comments