We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96bf83 commit 8061c00Copy full SHA for 8061c00
pyproject.toml
@@ -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