Skip to content

Commit

Permalink
5.0.4 added pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Nov 18, 2019
1 parent 1595f6e commit 80ed5df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 5.0.4 - `pyproject.toml`

Added `pyproject.toml`.

### 5.0.3 - bug fixes

Fixed bug with mini-lambda < 2.2. Fixed [#48](https://github.com/smarie/python-valid8/issues/48).
Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build-system]
requires = [
"setuptools",
"setuptools_scm",
"six",
]
build-backend = "setuptools.build_meta"

0 comments on commit 80ed5df

Please sign in to comment.