We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd8682e + e95c589 commit 5c78e3bCopy full SHA for 5c78e3b
1 file changed
pyproject.toml
@@ -1,19 +1,10 @@
1
-[build-system]
2
-requires = ["hatchling"]
3
-build-backend = "hatchling.build"
4
-
5
[project]
6
name = "oslg"
7
version = "0.3.0a1"
8
-requires-python = ">=3.2"
9
-authors = [
10
- {name = "Denis Bourgeois", email = "denis@rd2.ca"}
11
-]
12
-maintainers = [
13
14
15
description = "OpenStudio SDK logger for Python"
16
readme = "README.md"
+requires-python = ">=3.2"
+dependencies = []
17
license = "BSD-3-Clause"
18
license-files = ["LICENSE"]
19
classifiers = [
@@ -27,6 +18,3 @@ keywords = ["openstudio", "logger"]
27
[project.urls]
28
"Homepage" = "https://github.com/rd2/pyOSlg"
29
20
"Bug Tracker" = "https://github.com/rd2/pyOSlg/issues"
30
31
-[tool.hatch.build.targets.wheel]
32
-packages = ["src/oslg"]
0 commit comments