@@ -4,20 +4,31 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " TensorArray"
7- version = " 0.0.1a "
7+ version = " 0.0.1a01 "
88authors = [
9- { name =" TensorArray-Creators" , email = " noob_taken@outlook.com " },
9+ { name =" TensorArray-Creators" },
1010]
1111description = " A machine learning package"
1212readme = " README.md"
13- requires-python = " >=3.8"
13+ requires-python = " >=3.9"
14+ keywords = [" tensor" , " array" , " TensorArray" , " machine learning" , " deep learning" ]
1415classifiers = [
15- " Development Status :: 3 - Alpha" ,
16+ " Development Status :: 2 - Pre-Alpha" ,
17+
1618 " Programming Language :: Python :: 3" ,
19+ " Programming Language :: Python :: 3.9" ,
20+ " Programming Language :: Python :: 3.10" ,
21+ " Programming Language :: Python :: 3.11" ,
22+ " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
24+
1725 " License :: OSI Approved :: MIT License" ,
26+
1827 " Environment :: GPU :: NVIDIA CUDA :: 12" ,
28+
1929]
2030
2131[project .urls ]
22- Homepage = " https://github.com/BigNoobWasTaken/TensorArray-Python"
23- Issues = " https://github.com/BigNoobWasTaken/TensorArray-Python/issues"
32+ Homepage = " https://github.com/Tensor-Array/Tensor-Array-Python"
33+ Issues = " https://github.com/Tensor-Array/Tensor-Array-Python/issues"
34+ Repository = " https://github.com/Tensor-Array/Tensor-Array-Python.git"
0 commit comments