diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-24 08:02:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-24 08:02:09 +0000 |
commit | 2a0fe35489a43f7d3650559e19912c059e7f3ed7 (patch) | |
tree | 8855c75c8790f2c395f120fc788baa1547b629df /setup.cfg | |
parent | Releasing debian version 2.5.24-2. (diff) | |
download | identify-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.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = |