We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b48b5 commit 8328823Copy full SHA for 8328823
pyproject.toml
@@ -11,7 +11,7 @@ classifiers = [
11
"Development Status :: 2 - Pre-Alpha",
12
"Programming Language :: Python :: 3",
13
]
14
-version = "0.0.12"
+version = "0.0.13"
15
dependencies = [
16
"click",
17
"numpy",
@@ -34,6 +34,9 @@ keywords = ['plateau']
34
[tool.hatch.build]
35
exclude = ["tests/*"]
36
37
+[tool.hatch.metadata]
38
+allow-direct-references = true
39
+
40
[project.urls]
41
"Homepage" = "https://eukarya-inc.github.io/plateauutils/"
42
"Bug Reports" = "https://github.com/eukarya-inc/plateauutils/issues"
0 commit comments