summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-19 06:56:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-19 06:56:02 +0000
commit81fe37f66dd3c88d3e788a5dda5377c2c4b40738 (patch)
tree6d3b64a2b1e7c7e25db6d9ab70e143c64d249a70 /setup.cfg
parentAdding upstream version 2.4.12. (diff)
downloadidentify-81fe37f66dd3c88d3e788a5dda5377c2c4b40738.tar.xz
identify-81fe37f66dd3c88d3e788a5dda5377c2c4b40738.zip
Adding upstream version 2.5.1.upstream/2.5.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--setup.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 57562d5..e017aaa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.4.12
+version = 2.5.1
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown
@@ -37,6 +37,10 @@ console_scripts =
license =
ukkonen
+[options.package_data]
+identify =
+ py.typed
+
[bdist_wheel]
universal = True