File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" flit_core >=3.2 ,<4" ]
2
+ requires = [" flit_core >=3.11 ,<4" ]
3
3
build-backend = " flit_core.buildapi"
4
4
5
5
[tool .flit .module ]
@@ -13,7 +13,8 @@ name = "CacheControl"
13
13
dynamic = [" version" ]
14
14
description = " httplib2 caching for requests"
15
15
readme = " README.rst"
16
- license = { file = " LICENSE.txt" }
16
+ license = " Apache-2.0"
17
+ license-files = [" LICENSE.txt" ]
17
18
authors = [
18
19
{
name =
" Eric Larson" ,
email =
" [email protected] " },
19
20
{
name =
" Frost Ming" ,
email =
" [email protected] " },
@@ -22,7 +23,6 @@ authors = [
22
23
classifiers = [
23
24
" Development Status :: 4 - Beta" ,
24
25
" Environment :: Web Environment" ,
25
- " License :: OSI Approved :: Apache Software License" ,
26
26
" Operating System :: OS Independent" ,
27
27
" Programming Language :: Python :: 3.8" ,
28
28
" Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments