File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ build-backend = "hatchling.build"
99name = " tuf"
1010description = " A secure updater framework for Python"
1111readme = " README.md"
12- license = { text = " MIT OR Apache-2.0" }
12+ license = " Apache-2.0 OR MIT"
13+ license-files = [" LICENSE" , " LICENSE-MIT" ]
1314requires-python = " >=3.8"
1415authors = [
1516 { email = " theupdateframework@googlegroups.com" },
@@ -26,8 +27,6 @@ keywords = [
2627classifiers = [
2728 " Development Status :: 5 - Production/Stable" ,
2829 " Intended Audience :: Developers" ,
29- " License :: OSI Approved :: Apache Software License" ,
30- " License :: OSI Approved :: MIT License" ,
3130 " Natural Language :: English" ,
3231 " Operating System :: MacOS :: MacOS X" ,
3332 " Operating System :: Microsoft :: Windows" ,
You can’t perform that action at this time.
0 commit comments