File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ authors = [
77maintainers = [
88 {name = " Stefan Behnel" , email = " stefan_ml@behnel.de" },
99]
10- license = " PSF-2.0"
11- license-files = [" LICENSE" ]
1210classifiers = [
1311 " Development Status :: 6 - Mature" ,
1412 " Intended Audience :: Developers" ,
@@ -21,7 +19,7 @@ classifiers = [
2119]
2220requires-python = " >= 3.8"
2321
24- dynamic = [" version" , " readme" ]
22+ dynamic = [" version" , " readme" , " license " ]
2523
2624[project .urls ]
2725Homepage = " https://github.com/scoder/quicktions"
Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ def check_limited_api_option(value):
115115 long_description = long_description ,
116116 long_description_content_type = "text/x-rst" ,
117117
118+ license = "PSF-2.0" ,
119+ license_files = ["LICENSE" ],
120+
118121 ext_modules = ext_modules ,
119122 package_dir = {'' : 'src' },
120123 ** extra_setup_args ,
You can’t perform that action at this time.
0 commit comments