Skip to content

Commit

Permalink
versioneer is breaking coffea_casa wheel, trying to fix pyproject,yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Dec 1, 2023
1 parent 58206fa commit 3408547
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[build-system]
requires = ["setuptools>=42"]
requires = ["setuptools>=42", "versioneer[toml]"]
build-backend = "setuptools.build_meta"

[tool.black]
target-version = ['py37', 'py38', 'py39']
target-version = ['py39']
include = '\.pyi?$'
exclude = '''
/(
Expand Down Expand Up @@ -45,3 +45,9 @@ testpaths = [
log_cli_level = "INFO"
xfail_strict = true
filterwarnings = ['error']

[tool.versioneer]
VCS = "git"
style = "pep440"
versionfile_source = "coffea_casa/_version.py"
versionfile_build = "coffea_casa/_version.py"

0 comments on commit 3408547

Please sign in to comment.