Skip to content

Commit

Permalink
fixed up pyproject for fileformats
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 28, 2024
1 parent 291dcba commit ecf2924
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 26 deletions.
34 changes: 9 additions & 25 deletions related-packages/fileformats-extras/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,12 @@ requires-python = ">=3.8"
dependencies = [
"fileformats >= 0.8",
"fileformats-medimage-mrtrix3",
"pydra >= 0.22.0"
]
license = {file = "LICENSE"}
authors = [
{name = "Thomas G. Close", email = "[email protected]"},
]
maintainers = [
{name = "Thomas G. Close", email = "[email protected]"},
]
keywords = [
"file formats",
"data",
"pydra >= 0.22.0",
]
license = { file = "LICENSE" }
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
maintainers = [{ name = "Thomas G. Close", email = "[email protected]" }]
keywords = ["file formats", "data"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand All @@ -40,13 +33,7 @@ classifiers = [
dynamic = ["version"]

[project.optional-dependencies]
dev = [
"black",
"pre-commit",
"codespell",
"flake8",
"flake8-pyproject",
]
dev = ["black", "pre-commit", "codespell", "flake8", "flake8-pyproject"]
test = [
"pytest >=6.2.5",
"pytest-env>=0.6.2",
Expand All @@ -55,15 +42,14 @@ test = [
"codecov",
]

converters = [
]
converters = []

[project.urls]
repository = "https://github.com/MRtrix3/mrtrix3"

[tool.hatch.version]
source = "vcs"
raw-options = { root = ".." }
raw-options = { root = "../.." }

[tool.hatch.build.hooks.vcs]
version-file = "fileformats/extras/medimage_mrtrix3/_version.py"
Expand All @@ -80,9 +66,7 @@ ignore-words = ".codespell-ignorewords"

[tool.flake8]
doctests = true
per-file-ignores = [
"__init__.py:F401"
]
per-file-ignores = ["__init__.py:F401"]
max-line-length = 88
select = "C,E,F,W,B,B950"
extend-ignore = ['E203', 'E501', 'E129']
2 changes: 1 addition & 1 deletion related-packages/fileformats/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repository = "https://github.com/MRtrix3/mrtrix3"

[tool.hatch.version]
source = "vcs"
raw-options = { root = ".." }
raw-options = { root = "../.." }

[tool.hatch.build.hooks.vcs]
version-file = "fileformats/medimage_mrtrix3/_version.py"
Expand Down

0 comments on commit ecf2924

Please sign in to comment.