From 3987287625ccf6af585dc47dd7016b561e710a42 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 20 Mar 2021 23:23:07 +0100 Subject: Merging upstream version 2.2.0. Signed-off-by: Daniel Baumann --- setup.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index ae7dbb4..65104a5 100644 --- a/setup.cfg +++ b/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 -- cgit v1.2.3