Skip to content

Commit 3968ed7

Browse files
author
Sylvain MARIE
committed
1.0.1 added pyproject.toml
1 parent d8ec2d6 commit 3968ed7

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+
### 1.0.1 - `pyproject.toml`
4+
5+
Added `pyproject.toml`
6+
37
### 1.0.0 - Stable version
48

59
Overall behaviour stabilized and compliance with `@autoclass` to cover most use cases.

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)