Skip to content

Commit

Permalink
Modernise setup.py configuration (#1731)
Browse files Browse the repository at this point in the history
* set build-system

* fix deprecation warning
  • Loading branch information
mtar authored Dec 9, 2024
1 parent 8c2480d commit ba56ef3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 100
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
description-file = README.md
description_file = README.md

[pycodestyle]
max-line-length = 100
Expand Down

0 comments on commit ba56ef3

Please sign in to comment.