@@ -4,20 +4,31 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " TensorArray"
7
- version = " 0.0.1a "
7
+ version = " 0.0.1a01 "
8
8
authors = [
9
- {
name =
" TensorArray-Creators" , email = " [email protected] " },
9
+ { name =" TensorArray-Creators" },
10
10
]
11
11
description = " A machine learning package"
12
12
readme = " README.md"
13
- requires-python = " >=3.8"
13
+ requires-python = " >=3.9"
14
+ keywords = [" tensor" , " array" , " TensorArray" , " machine learning" , " deep learning" ]
14
15
classifiers = [
15
- " Development Status :: 3 - Alpha" ,
16
+ " Development Status :: 2 - Pre-Alpha" ,
17
+
16
18
" 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
+
17
25
" License :: OSI Approved :: MIT License" ,
26
+
18
27
" Environment :: GPU :: NVIDIA CUDA :: 12" ,
28
+
19
29
]
20
30
21
31
[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