Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Tyson <code@adamltyson.com>
  • Loading branch information
IgorTatarnikov and adamltyson authored Nov 28, 2023
1 parent 46d2bc2 commit d3503a6
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = {text = "BSD-3-Clause"}
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Framework :: napari",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
Expand All @@ -32,12 +32,11 @@ dependencies = [
]

[project.urls]
"Homepage" = "https://github.com/brainglobe/brainglobe-registration"
"Homepage" = "https://brainglobe.info"
"Bug Tracker" = "https://github.com/brainglobe/brainglobe-registration/issues"
"Documentation" = "https://github.com/brainglobe/brainglobe-registration#README.md"

"Source Code" = "https://github.com/brainglobe/brainglobe-registration"
"User Support" = "https://github.com/brainglobe/brainglobe-registration/issues"
"User Support" = "https://forum.image.sc/tag/brainglobe"

[project.entry-points."napari.manifest"]
brainglobe-registration = "brainglobe_registration:napari.yaml"
Expand Down Expand Up @@ -104,12 +103,6 @@ exclude = ["__init__.py","build",".eggs"]
select = ["I", "E", "F"]
fix = true

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

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

[tool.tox]
legacy_tox_ini = """
[tox]
Expand Down

0 comments on commit d3503a6

Please sign in to comment.