diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-20 22:23:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:23:03 +0000 |
commit | 3987287625ccf6af585dc47dd7016b561e710a42 (patch) | |
tree | 142581a822dd9ab7a5088c749c5cff26f488ce50 /setup.cfg | |
parent | Releasing debian version 2.1.2-1. (diff) | |
download | identify-3987287625ccf6af585dc47dd7016b561e710a42.tar.xz identify-3987287625ccf6af585dc47dd7016b561e710a42.zip |
Merging upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | setup.cfg | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |