We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f1287 commit 8d1106cCopy full SHA for 8d1106c
1 file changed
pyproject.toml
@@ -1,10 +1,10 @@
1
[project]
2
-name = "rheel_data_management"
3
-version = "1.0.dev01"
+name = "Rheel-Data-Management"
+version = "1.1"
4
authors = [
5
{ name="CoCo_R", email="coco_snow@myyahoo.com" },
6
]
7
-description = "A small example package"
+description = "Data management for python made easy"
8
readme = "README.md"
9
requires-python = ">=3.13"
10
classifiers = [
@@ -20,4 +20,7 @@ Issues = "https://github.com/CoCo-R38/Rheel_Data_Management/issues"
20
21
[build-system]
22
requires = ["hatchling >= 1.26"]
23
-build-backend = "hatchling.build"
+build-backend = "hatchling.build"
24
+
25
+[tool.hatch.build.targets.wheel]
26
+packages = ["src/rheelDM"]
0 commit comments