Skip to content

Commit 5c78e3b

Browse files
authored
Merge pull request #7 from rd2/uv
Switching to uv env
2 parents bd8682e + e95c589 commit 5c78e3b

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1-
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
4-
51
[project]
62
name = "oslg"
73
version = "0.3.0a1"
8-
requires-python = ">=3.2"
9-
authors = [
10-
{name = "Denis Bourgeois", email = "denis@rd2.ca"}
11-
]
12-
maintainers = [
13-
{name = "Denis Bourgeois", email = "denis@rd2.ca"}
14-
]
154
description = "OpenStudio SDK logger for Python"
165
readme = "README.md"
6+
requires-python = ">=3.2"
7+
dependencies = []
178
license = "BSD-3-Clause"
189
license-files = ["LICENSE"]
1910
classifiers = [
@@ -27,6 +18,3 @@ keywords = ["openstudio", "logger"]
2718
[project.urls]
2819
"Homepage" = "https://github.com/rd2/pyOSlg"
2920
"Bug Tracker" = "https://github.com/rd2/pyOSlg/issues"
30-
31-
[tool.hatch.build.targets.wheel]
32-
packages = ["src/oslg"]

0 commit comments

Comments
 (0)