Skip to content

Commit 8061c00

Browse files
authored
Add files via upload
1 parent f96bf83 commit 8061c00

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[project]
2+
name = "rheel_data_management"
3+
version = "1.0.dev01"
4+
authors = [
5+
{ name="CoCo_R", email="coco_snow@myyahoo.com" },
6+
]
7+
description = "A small example package"
8+
readme = "README.md"
9+
requires-python = ">=3.13"
10+
classifiers = [
11+
"Programming Language :: Python :: 3",
12+
"Operating System :: OS Independent",
13+
]
14+
license = "GPL-3.0-only"
15+
license-files = ["LICENSE*"]
16+
17+
[project.urls]
18+
Homepage = "https://github.com/CoCo-R38/Rheel_Data_Management"
19+
Issues = "https://github.com/CoCo-R38/Rheel_Data_Management/issues"
20+
21+
[build-system]
22+
requires = ["hatchling >= 1.26"]
23+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)