Skip to content

Commit c27a173

Browse files
author
Sylvain MARIE
committed
2.2.1 added pyproject.toml
1 parent c303236 commit c27a173

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+
### 2.2.1 - `pyproject.toml`
4+
5+
Added `pyproject.toml`.
6+
37
### 2.2.0 - Better signature for mini-lambda functions
48

59
When converting an expression into a function, the resulting callable object now has the same signature than inner `evaluate`. Fixes [#17](https://github.com/smarie/python-mini-lambda/issues/17).

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)