Skip to content

Commit

Permalink
chore: use pyproject.toml and remove setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jungomi committed Jul 12, 2023
1 parent 9d18eae commit 42e48ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
@@ -1,3 +1,9 @@
[build-system]
requires = ["setuptools>=40.6.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.mypy]
ignore_missing_imports = true

[tool.isort]
profile = "black"
12 changes: 0 additions & 12 deletions setup.cfg

This file was deleted.

0 comments on commit 42e48ad

Please sign in to comment.