@@ -7,13 +7,12 @@ name = "miette"
77version = " 2.0.2"
88description = " Miette is a light-weight Microsoft Office documents reader"
99readme = " README.md"
10- license = { text = " BSD-2-Clause" }
10+ license = " BSD-2-Clause"
1111authors = [{ name = " Alex Rembish" , email = " alex@rembish.org" }]
1212requires-python = " >=3.8"
1313classifiers = [
1414 " Development Status :: 3 - Alpha" ,
1515 " Intended Audience :: Developers" ,
16- " License :: OSI Approved :: BSD License" ,
1716 " Programming Language :: Python :: 3" ,
1817 " Programming Language :: Python :: 3.8" ,
1918 " Programming Language :: Python :: 3.9" ,
@@ -25,10 +24,13 @@ classifiers = [
2524 " Topic :: Software Development :: Libraries :: Python Modules" ,
2625 " Topic :: Text Processing" ,
2726]
28- dependencies = [" cfb" , " typing_extensions" ]
27+ dependencies = [" cfb>=0.9.3 " , " typing_extensions" ]
2928
3029[project .urls ]
3130Homepage = " https://github.com/rembish/Miette"
31+ Repository = " https://github.com/rembish/Miette"
32+ Changelog = " https://github.com/rembish/Miette/blob/master/CHANGELOG.md"
33+ Issues = " https://github.com/rembish/Miette/issues"
3234
3335[project .optional-dependencies ]
3436dev = [
0 commit comments