Skip to content

Commit b119f3c

Browse files
authored
Add pyproject.toml (#35)
Add pyproject.toml
2 parents 88155e5 + d774eb1 commit b119f3c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include pyproject.toml

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools>=40.8.0", "wheel", "setuptools_scm"]
3+
build-backend = 'setuptools.build_meta'

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7+
minversion = 3.4.0
8+
isolated_build = true
79
envlist = py{27,34,35,36,py,py3}-pytest{36,37,38}, flake8
810

911
[testenv]

0 commit comments

Comments
 (0)