Adding upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3cf61ccfc2
commit
822ac54107
5 changed files with 16 additions and 12 deletions
14
setup.cfg
14
setup.cfg
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 2.1.2
|
||||
version = 2.2.0
|
||||
description = File identification library for Python
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
@ -24,18 +24,18 @@ classifiers =
|
|||
packages = find:
|
||||
python_requires = >=3.6.1
|
||||
|
||||
[options.packages.find]
|
||||
exclude =
|
||||
tests*
|
||||
testing*
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
identify-cli=identify.cli:main
|
||||
|
||||
[options.extras_require]
|
||||
license =
|
||||
editdistance
|
||||
|
||||
[options.packages.find]
|
||||
exclude =
|
||||
tests*
|
||||
testing*
|
||||
editdistance-s
|
||||
|
||||
[bdist_wheel]
|
||||
universal = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue