Skip to content

Commit f06c11a

Browse files
committed
Add pyproject.toml and update setup.cfg
1 parent 4a8cc07 commit f06c11a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

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.6.0", "wheel"]
3+
build-backend = "setuptools.build_meta"

setup.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[bdist_wheel]
2-
python-tag = py36
3-
4-
[metadata]
5-
license_file = LICENSE
6-
71
[flake8]
82
max-line-length = 88
93

0 commit comments

Comments
 (0)