Skip to content

Commit

Permalink
Use pyproject.toml in all services
Browse files Browse the repository at this point in the history
- Add tool.setuptools section to avoid this mysterious issue: jazzband/pip-tools#1711
  • Loading branch information
laurigates committed Sep 15, 2023
1 parent c4c997e commit 784569d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[tool.setuptools]
py-modules = []

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "mittaridataputki-parser"
description = ""
Expand Down

0 comments on commit 784569d

Please sign in to comment.