File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ CMakeLists.txt
4
4
build /
5
5
bin /
6
6
temp /
7
- pyproject.toml
8
7
__pycache__ /
9
8
src /* .egg-info /*
10
9
dist /
Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" setuptools>=61.0" ]
3
+ build-backend = " setuptools.build_meta"
4
+
5
+ [project ]
6
+ name = " TensorArray"
7
+ version = " 0.0.1a"
8
+ authors = [
9
+ {
name =
" TensorArray-Creators" ,
email =
" [email protected] " },
10
+ ]
11
+ description = " A machine learning package"
12
+ readme = " README.md"
13
+ requires-python = " >=3.8"
14
+ classifiers = [
15
+ " Development Status :: 3 - Alpha" ,
16
+ " Programming Language :: Python :: 3" ,
17
+ " License :: OSI Approved :: MIT License" ,
18
+ " Environment :: GPU :: NVIDIA CUDA :: 12" ,
19
+ ]
20
+
21
+ [project .urls ]
22
+ Homepage = " https://github.com/BigNoobWasTaken/TensorArray-Python"
23
+ Issues = " https://github.com/BigNoobWasTaken/TensorArray-Python/issues"
You can’t perform that action at this time.
0 commit comments