diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |