Skip to content

Commit 4591c98

Browse files
committed
fix: update homepage and documentation URLs in pyproject.toml
1 parent 3a484b7 commit 4591c98

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
@@ -82,9 +82,9 @@ docs = ["atomworks[docs]"]
8282
openbabel = ["atomworks[openbabel]"]
8383

8484
[project.urls]
85-
homepage = "https://baker-laboratory.github.io/atomworks-dev/latest"
85+
homepage = "https://rosettacommons.github.io/atomworks/latest/index.html"
8686
repository = "https://github.com/RosettaCommons/atomworks"
87-
documentation = "https://baker-laboratory.github.io/atomworks-dev/latest"
87+
documentation = "https://rosettacommons.github.io/atomworks/latest/index.html"
8888

8989
[project.scripts]
9090
atomworks = "atomworks_cli.__main__:main"
@@ -251,4 +251,4 @@ exclude_lines = [
251251
"if __name__ == .__main__.:",
252252
"pass",
253253
"raise ImportError",
254-
]
254+
]

0 commit comments

Comments
 (0)