Skip to content

Commit

Permalink
update setuptools pin & links
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Feb 23, 2024
1 parent 8c015fc commit 74a870a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ requires = [
# For unreleased versions of Python there is currently no known supported
# NumPy version. In that case we just let it be a bare NumPy install
"numpy<2.0; python_version>='3.13'",
"setuptools",
# Set to minimum version of setuptools that allows pyproject.toml
"setuptools >= 40.9.0",
"wheel",
]
build-backend = "setuptools.build_meta"

[project]
name = "MDAnalysis"
Expand Down Expand Up @@ -96,15 +98,14 @@ doc = [
]

[project.urls]
"Project URL" = "https://www.mdanalysis.org"
"Download URL" = "https://github.com/MDAnalysis/mdanalysis/releases"
Homepage = "https://www.mdanalysis.org"
Download = "https://github.com/MDAnalysis/mdanalysis/releases"
Documentation = "https://docs.mdanalysis.org/"
"User Guide" = "https://userguide.mdanalysis.org/"
"Issue Tracker" = "https://github.com/mdanalysis/mdanalysis/issues"
"Github Discussions" = "https://github.com/MDAnalysis/mdanalysis/discussions"
Discord = "https://discord.com/channels/807348386012987462/"
Blog = "https://www.mdanalysis.org/blog/"
Twitter = 'https://twitter.com/mdanalysis'
Source = 'https://github.com/mdanalysis/mdanalysis'

[tool.setuptools]
Expand Down

0 comments on commit 74a870a

Please sign in to comment.