summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-14 06:08:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-14 06:08:14 +0000
commitfd6fc14bffe25acc6de9dd4843b24abf75cc7a5c (patch)
tree36c786d329cfff1d2879e4b7cd0a1baecfd14821
parentAdding upstream version 2.4.8. (diff)
downloadidentify-fd6fc14bffe25acc6de9dd4843b24abf75cc7a5c.tar.xz
identify-fd6fc14bffe25acc6de9dd4843b24abf75cc7a5c.zip
Adding upstream version 2.4.9.upstream/2.4.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--identify/extensions.py1
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 1 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 417352d..b0979ba 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -312,6 +312,7 @@ NAMES = {
'Pipfile': EXTENSIONS['toml'],
'Pipfile.lock': EXTENSIONS['json'],
'PKGBUILD': {'text', 'bash', 'pkgbuild', 'alpm'},
+ 'poetry.lock': EXTENSIONS['toml'],
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
'README': EXTENSIONS['txt'],
'Rakefile': EXTENSIONS['rb'],
diff --git a/setup.cfg b/setup.cfg
index c325ec1..9cd3fd1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.4.8
+version = 2.4.9
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown