Skip to content

Commit

Permalink
Fix project metadata URLs in pyproject.toml
Browse files Browse the repository at this point in the history
This error was introduced in the following commit:
8bf09ef

For some reason unknown as of yet,
a small fix in `requirements.txt` was necessary as well.

GitHub: related to #1550
  • Loading branch information
fabcor-maxiv committed Feb 17, 2025
1 parent 9f04d08 commit 24f229b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ maintainers = [
{name = "The MXCuBE collaboration", email = "[email protected]"},
]
readme = "README.md"
url.homepage = "https://github.com/mxcube/mxcubeweb"
url.repository = "https://github.com/mxcube/mxcubeweb"
url.documentation = "https://mxcubeweb.readthedocs.io/"
urls.homepage = "https://github.com/mxcube/mxcubeweb"
urls.repository = "https://github.com/mxcube/mxcubeweb"
urls.documentation = "https://mxcubeweb.readthedocs.io/"
keywords = ["mxcube", "mxcube3", "mxcubeweb"]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ dnspython==2.6.1 ; python_version >= "3.10" and python_version < "3.12" \
email-validator==2.2.0 ; python_version >= "3.10" and python_version < "3.12" \
--hash=sha256:561977c2d73ce3611850a06fa56b414621e0c8faa9d66f2611407d87465da631 \
--hash=sha256:cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11" \
exceptiongroup==1.2.2 ; python_version == "3.10" \
--hash=sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b \
--hash=sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc
f90nml==1.4.3 ; python_version >= "3.10" and python_version < "3.12" \
Expand Down

0 comments on commit 24f229b

Please sign in to comment.