Skip to content

Commit 885476a

Browse files
authored
added pyproject (#36)
1 parent da1c9aa commit 885476a

File tree

2 files changed

+5
-0
lines changed

2 files changed

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

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ def load_version():
7575
'License :: OSI Approved :: MIT License',
7676
'Programming Language :: Python :: 3',
7777
'Programming Language :: Python :: 3.6',
78+
'Programming Language :: Python :: 3.7',
79+
'Programming Language :: Python :: 3.8'
7880
],
7981

8082
# What does your project relate to?

0 commit comments

Comments
 (0)