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 3a484b7 commit 4591c98Copy full SHA for 4591c98
pyproject.toml
@@ -82,9 +82,9 @@ docs = ["atomworks[docs]"]
82
openbabel = ["atomworks[openbabel]"]
83
84
[project.urls]
85
-homepage = "https://baker-laboratory.github.io/atomworks-dev/latest"
+homepage = "https://rosettacommons.github.io/atomworks/latest/index.html"
86
repository = "https://github.com/RosettaCommons/atomworks"
87
-documentation = "https://baker-laboratory.github.io/atomworks-dev/latest"
+documentation = "https://rosettacommons.github.io/atomworks/latest/index.html"
88
89
[project.scripts]
90
atomworks = "atomworks_cli.__main__:main"
@@ -251,4 +251,4 @@ exclude_lines = [
251
"if __name__ == .__main__.:",
252
"pass",
253
"raise ImportError",
254
-]
+]
0 commit comments