summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-01-15 12:31:42 -0800
committerGitHub <noreply@github.com>2021-01-15 12:31:42 -0800
commiteccbe10b03d9bed19f5d7e373b3febf9036a4293 (patch)
tree67233b5b0c27c3f5dd3e7470dffd35155a332e8a /setup.py
parent14cc4e42c665a74906193fb11fda4e6f2bf8ca39 (diff)
parent8c577bd89b0ffa0d7abb1135a76dc7c7fcd5bd89 (diff)
downloadpython-magic-eccbe10b03d9bed19f5d7e373b3febf9036a4293.tar.gz
Merge branch 'master' into redo-compat
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 234c8a3..edf0aea 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,6 @@ def read(file_name):
encoding='utf-8') as f:
return f.read()
-
setup(
name='python-magic',
description='File type identification using libmagic',
@@ -35,6 +34,8 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
],
)
+