Skip to content

Commit 8d1106c

Browse files
authored
Update project metadata in pyproject.toml
Updated project name, version, and description in pyproject.toml.
1 parent 65f1287 commit 8d1106c

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
2-
name = "rheel_data_management"
3-
version = "1.0.dev01"
2+
name = "Rheel-Data-Management"
3+
version = "1.1"
44
authors = [
55
{ name="CoCo_R", email="coco_snow@myyahoo.com" },
66
]
7-
description = "A small example package"
7+
description = "Data management for python made easy"
88
readme = "README.md"
99
requires-python = ">=3.13"
1010
classifiers = [
@@ -20,4 +20,7 @@ Issues = "https://github.com/CoCo-R38/Rheel_Data_Management/issues"
2020

2121
[build-system]
2222
requires = ["hatchling >= 1.26"]
23-
build-backend = "hatchling.build"
23+
build-backend = "hatchling.build"
24+
25+
[tool.hatch.build.targets.wheel]
26+
packages = ["src/rheelDM"]

0 commit comments

Comments
 (0)