File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ CMakeLists.txt
44build /
55bin /
66temp /
7- pyproject.toml
87__pycache__ /
98src /* .egg-info /*
109dist /
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 =" noob_taken@outlook.com" },
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