@@ -4,9 +4,33 @@ version = "0.1.0rc1"
4
4
description = " JVM bindings for Python that enable seamless integration between Python and Java code through JNI (Java Native Interface)."
5
5
readme = " README.md"
6
6
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
+ ]
7
27
requires-python = " >=3.12"
8
28
dependencies = []
9
29
30
+ [project .urls ]
31
+ Homepage = " https://pypi.org/project/jvm-pybind/"
32
+ Repository = " https://github.com/t3tra-dev/jvm-pybind"
33
+
10
34
[build-system ]
11
35
requires = [" setuptools>=61.0" , " wheel" ]
12
36
build-backend = " setuptools.build_meta"
0 commit comments