Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmkenney committed Oct 13, 2023
1 parent e7ae855 commit a66fcdb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"MDAnalysis>=2.0.0",
"numpy>=1.22.3",
]
keywords = [
"molecular simulations",
Expand All @@ -39,9 +40,9 @@ doc = [
"sphinx_rtd_theme",
]

# [project.urls]
# source = "https://github.com/MDAnalysis/waterdynamics"
# documentation = "https://waterdynamics.readthedocs.io"
[project.urls]
source = "https://github.com/MDAnalysis/waterdynamics"
documentation = "https://mdanalysis.org/waterdynamics"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit a66fcdb

Please sign in to comment.