Skip to content

Commit

Permalink
Migrate older setuptools config
Browse files Browse the repository at this point in the history
We should still switch from the setup.py and formally drop Python 2
support from all of the configuration but that can happen in a separate
branch.
  • Loading branch information
acdha committed Oct 15, 2024
1 parent 3fd98cb commit e6ca4e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[build-system]
requires = ["setuptools>=64", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"

[tool]

[tool.setuptools_scm]

[tool.isort]
line_length = 110
default_section = "THIRDPARTY"
known_first_party = "bagit"

[tool.coverage.run]
branch = true
include = "bagit.py"

17 changes: 0 additions & 17 deletions setup.cfg

This file was deleted.

0 comments on commit e6ca4e4

Please sign in to comment.