Skip to content

Commit 80ed5df

Browse files
author
Sylvain MARIE
committed
5.0.4 added pyproject.toml
1 parent 1595f6e commit 80ed5df

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 5.0.4 - `pyproject.toml`
4+
5+
Added `pyproject.toml`.
6+
37
### 5.0.3 - bug fixes
48

59
Fixed bug with mini-lambda < 2.2. Fixed [#48](https://github.com/smarie/python-valid8/issues/48).

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build-system]
2+
requires = [
3+
"setuptools",
4+
"setuptools_scm",
5+
"six",
6+
]
7+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)