Skip to content

Commit

Permalink
Try to make versioneer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmozmoz committed Jan 8, 2024
1 parent 5056452 commit fdc835e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[build-system]
requires = ["setuptools>=61.0", "versioneer[toml]"]
requires = [
"setuptools>=61.0",
"versioneer[toml]",
'tomli; python_version < "3.11"',
]
build-backend = "setuptools.build_meta"

[project]
Expand Down
Empty file removed setup.cfg
Empty file.

0 comments on commit fdc835e

Please sign in to comment.