We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1595f6e commit 80ed5dfCopy full SHA for 80ed5df
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 5.0.4 - `pyproject.toml`
4
+
5
+Added `pyproject.toml`.
6
7
### 5.0.3 - bug fixes
8
9
Fixed bug with mini-lambda < 2.2. Fixed [#48](https://github.com/smarie/python-valid8/issues/48).
pyproject.toml
@@ -0,0 +1,7 @@
+[build-system]
+requires = [
+ "setuptools",
+ "setuptools_scm",
+ "six",
+]
+build-backend = "setuptools.build_meta"
0 commit comments