Skip to content

Commit

Permalink
Update pyproject.toml (#33)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Add URLs to pyproject
  • Loading branch information
adamltyson authored Dec 4, 2023
1 parent 6eef175 commit 5f4f4bb
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "brainglobe"
authors = [{ name = "BrainGlobe", email = "[email protected]" }]
authors = [{ name = "BrainGlobe Developers", email = "[email protected]" }]
description = "Python-based tools for computational neuroanatomy."
readme = "README.md"
requires-python = ">=3.9.0"
Expand Down Expand Up @@ -49,6 +49,14 @@ dev = [
"setuptools_scm",
]

[project.urls]
homepage = "https://brainglobe.info"
bug_tracker = "https://github.com/brainglobe/brainglobe-meta/issues"
documentation = "https://docs.brainglobe.info"
source_code = "https://github.com/brainglobe/brainglobe-meta"
user_support = "https://forum.image.sc/tag/brainglobe"
twitter = "https://twitter.com/brain_globe"

[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -84,9 +92,3 @@ line-length = 79
exclude = ["__init__.py", "build", ".eggs"]
select = ["I", "E", "F"]
fix = true

[tool.cibuildwheel]
build = "cp38-* cp39-* cp310-*"

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]

0 comments on commit 5f4f4bb

Please sign in to comment.