Skip to content

Commit b3cc850

Browse files
committed
Add pyproject.toml
1 parent dd42fd1 commit b3cc850

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
@@ -1,5 +1,6 @@
11
include CHANGELOG
22
include LICENSE
3+
include pyproject.toml
34
include README.txt
45
include setup.py
56
include tox.ini

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 ~= 41.4', 'setuptools_scm ~= 3.3', 'wheel ~= 0.33.6']
3+
build-backend = 'setuptools.build_meta'

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[tox]
22
# if you change the envlist, please update .travis.yml file as well
3+
minversion = 3.7.0
4+
isolated_build = true
35
envlist=
46
py{27,35,36}-pytest{31,40,latest}
57
flakes

0 commit comments

Comments
 (0)