Skip to content

Commit

Permalink
2.1.1 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 7a4750a commit d0db31f
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

### 2.1.1 - `pyproject.toml`

Added `pyproject.toml`.

### 2.1.0 - `@autoeq`

**Features**
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 d0db31f

Please sign in to comment.