summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:02:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:02:46 +0000
commit73b65d79f5d94326cc5afe5a981e3e09134b1762 (patch)
tree71318d5ee92df6e0fe53f13d4f857c81e6b8631d /setup.cfg
parentReleasing debian version 2.5.2-1. (diff)
downloadidentify-73b65d79f5d94326cc5afe5a981e3e09134b1762.tar.xz
identify-73b65d79f5d94326cc5afe5a981e3e09134b1762.zip
Merging upstream version 2.5.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-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