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.
1 parent 00f44a8 commit 125c141Copy full SHA for 125c141
pyproject.toml
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "pyosPackage"
7
-dynamic = ["version"]
8
-# version = "0.1.0" # uncomment this and comment the line above if you want to manually update versions
+#dynamic = ["version"]
+version = "0.1.0" # uncomment this and comment the line above if you want to manually update versions
9
description = "A package that adds values together"
10
authors = [{ name = "Leah Wasser", email = "test@pyopensci.org" }]
11
maintainers = [{ name = "pyopensci community", email = "test@pyopensci.org" }]
0 commit comments