Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Dec 3, 2023
1 parent 6eef175 commit 9974ae1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 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 @@ -84,9 +84,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 9974ae1

Please sign in to comment.