summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:02:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:02:09 +0000
commit2a0fe35489a43f7d3650559e19912c059e7f3ed7 (patch)
tree8855c75c8790f2c395f120fc788baa1547b629df /setup.cfg
parentReleasing debian version 2.5.24-2. (diff)
downloadidentify-2a0fe35489a43f7d3650559e19912c059e7f3ed7.tar.xz
identify-2a0fe35489a43f7d3650559e19912c059e7f3ed7.zip
Merging upstream version 2.5.26.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 8eb8d65..28a5a0e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.5.24
+version = 2.5.26
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown
@@ -8,7 +8,7 @@ url = https://github.com/pre-commit/identify
author = Chris Kuehl
author_email = ckuehl@ocf.berkeley.edu
license = MIT
-license_file = LICENSE
+license_files = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
@@ -18,7 +18,7 @@ classifiers =
[options]
packages = find:
-python_requires = >=3.7
+python_requires = >=3.8
[options.packages.find]
exclude =