File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" flit_core >=3.2 ,<4" ]
2+ requires = [" flit_core >=3.11 ,<4" ]
33build-backend = " flit_core.buildapi"
44
55[tool .flit .module ]
@@ -13,7 +13,8 @@ name = "CacheControl"
1313dynamic = [" version" ]
1414description = " httplib2 caching for requests"
1515readme = " README.rst"
16- license = { file = " LICENSE.txt" }
16+ license = " Apache-2.0"
17+ license-files = [" LICENSE.txt" ]
1718authors = [
1819 {
name =
" Eric Larson" ,
email =
" [email protected] " },
1920 {
name =
" Frost Ming" ,
email =
" [email protected] " },
@@ -22,7 +23,6 @@ authors = [
2223classifiers = [
2324 " Development Status :: 4 - Beta" ,
2425 " Environment :: Web Environment" ,
25- " License :: OSI Approved :: Apache Software License" ,
2626 " Operating System :: OS Independent" ,
2727 " Programming Language :: Python :: 3.8" ,
2828 " Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments