We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c78e3b + 9d64c44 commit 552c0e1Copy full SHA for 552c0e1
pyproject.toml
@@ -4,6 +4,8 @@ version = "0.3.0a1"
4
description = "OpenStudio SDK logger for Python"
5
readme = "README.md"
6
requires-python = ">=3.2"
7
+authors = [ {name = "Denis Bourgeois", email = "denis@rd2.ca"} ]
8
+maintainers = [ {name = "Denis Bourgeois", email = "denis@rd2.ca"} ]
9
dependencies = []
10
license = "BSD-3-Clause"
11
license-files = ["LICENSE"]
@@ -18,3 +20,6 @@ keywords = ["openstudio", "logger"]
18
20
[project.urls]
19
21
"Homepage" = "https://github.com/rd2/pyOSlg"
22
"Bug Tracker" = "https://github.com/rd2/pyOSlg/issues"
23
+
24
+[tool.uv]
25
+package = true
0 commit comments