Skip to content

Commit 8888063

Browse files
authored
Merge pull request #1 from seedcase-project/chore/update-names-in-pyproject
chore: update names in pyproject.toml
2 parents 4815301 + aef9ff6 commit 8888063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "NAME"
2+
name = "example-rhesus-monkeys"
33
version = "0.0.1"
44
description = ""
55
authors = [
@@ -11,11 +11,11 @@ maintainers = [
1111
"Kristiane Beicher <kris.beicher@clin.au.dk>",
1212
]
1313
readme = "README.md"
14-
repository = "https://github.com/seedcase-project/REPO"
14+
repository = "https://github.com/seedcase-project/example-rhesus-monkeys"
1515
license = "MIT"
1616

1717
[tool.poetry.urls]
18-
"Bug Tracker" = "https://github.com/seedcase-project/REPO/issues"
18+
"Bug Tracker" = "https://github.com/seedcase-project/example-rhesus-monkeys/issues"
1919

2020
[tool.poetry.dependencies]
2121
python = "^3.12"

0 commit comments

Comments
 (0)