Skip to content

Commit

Permalink
added toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Oct 20, 2024
1 parent 6cb1c7a commit 15a1a19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
requires = [
"setuptools",
"coverage"
]
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def find_version(*file_paths):
zip_safe=False,
setup_requires=[
"setuptools",
"wheel",
"coverage"
],
install_requires=[
Expand Down

0 comments on commit 15a1a19

Please sign in to comment.