summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:02:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:02:42 +0000
commitad97030d52ce7959cae564a09c87fde28132f7a4 (patch)
tree9581102f725b711d215f0d4ebfcd16ae2e6e2be2 /setup.cfg
parentAdding upstream version 2.5.2. (diff)
downloadidentify-ad97030d52ce7959cae564a09c87fde28132f7a4.tar.xz
identify-ad97030d52ce7959cae564a09c87fde28132f7a4.zip
Adding upstream version 2.5.3.upstream/2.5.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--setup.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 0349287..bfe61f8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.5.2
+version = 2.5.3
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown
@@ -13,10 +13,6 @@ classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy