Skip to content

Commit

Permalink
'pyproject.toml-file'
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvaneshkm committed Jun 16, 2024
1 parent 46f6072 commit 8f97727
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[build-system]
requires = ['setuptools>=42.0', "wheel"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
testpaths = [
"tests"
]

[tool.mypy]
mypy_path = "src"
ignore_missing_imports = true

0 comments on commit 8f97727

Please sign in to comment.