Skip to content

Commit ef7a720

Browse files
committed
update distribution data
1 parent bb6e1e5 commit ef7a720

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.md LICENSE
1+
src README.md LICENSE

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build-system]
2+
requires = [
3+
"setuptools >= 40.9.0",
4+
]
5+
build-backend = "setuptools.build_meta:__legacy__"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
'Programming Language :: Python :: 3.6',
6464
'Programming Language :: Python :: 3.7',
6565
'Programming Language :: Python :: 3.8',
66+
'Programming Language :: Python :: 3.9',
6667
'Programming Language :: Python :: Implementation :: CPython',
6768
'Operating System :: POSIX',
6869
'Operating System :: Unix',

0 commit comments

Comments
 (0)