Skip to content

Commit

Permalink
fixed up fileformats pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 17, 2024
1 parent d6d716d commit ffac596
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions related-packages/fileformats/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,11 @@ name = "fileformats-medimage-afni"
description = "Classes for representing different file formats in Python classes for use in type hinting in data workflows"
readme = "README.rst"
requires-python = ">=3.8"
dependencies = [
"fileformats",
"fileformats-medimage"
]
license = {file = "LICENSE"}
authors = [
{name = "Thomas G. Close", email = "[email protected]"},
]
maintainers = [
{name = "Thomas G. Close", email = "[email protected]"},
]
keywords = [
"file formats",
"data",
]
dependencies = ["fileformats", "fileformats-medimage"]
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 @@ -39,19 +29,13 @@ 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",
"pytest-cov>=2.12.1",
"codecov",
"fileformats-medimage-CHANGME-extras",
"fileformats-medimage-afni-extras",
]

[project.urls]
Expand All @@ -76,9 +60,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']

0 comments on commit ffac596

Please sign in to comment.