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 4815301 + aef9ff6 commit 8888063Copy full SHA for 8888063
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.poetry]
2
-name = "NAME"
+name = "example-rhesus-monkeys"
3
version = "0.0.1"
4
description = ""
5
authors = [
@@ -11,11 +11,11 @@ maintainers = [
11
"Kristiane Beicher <kris.beicher@clin.au.dk>",
12
]
13
readme = "README.md"
14
-repository = "https://github.com/seedcase-project/REPO"
+repository = "https://github.com/seedcase-project/example-rhesus-monkeys"
15
license = "MIT"
16
17
[tool.poetry.urls]
18
-"Bug Tracker" = "https://github.com/seedcase-project/REPO/issues"
+"Bug Tracker" = "https://github.com/seedcase-project/example-rhesus-monkeys/issues"
19
20
[tool.poetry.dependencies]
21
python = "^3.12"
0 commit comments