Skip to content

Commit a8073a1

Browse files
author
Sylvain MARIE
committed
1.0.2 added pyproject.toml
1 parent 8ca3a66 commit a8073a1

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

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.2 - `pyproject.toml`
4+
5+
Added `pyproject.toml`.
6+
37
### 1.0.1 - added `__version__` attribute
48

59
Added `__version__` pkg-level attribute.

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)