Skip to content

Commit d0db31f

Browse files
author
Sylvain MARIE
committed
2.1.1 added pyproject.toml
1 parent 7a4750a commit d0db31f

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.1.1 - `pyproject.toml`
4+
5+
Added `pyproject.toml`.
6+
37
### 2.1.0 - `@autoeq`
48

59
**Features**

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)