File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ def get_long_description():
2020 long_description_content_type = "text/markdown" ,
2121 author = "Simon Willison" ,
2222 version = VERSION ,
23- license = "Apache License, Version 2.0" ,
23+ license = "Apache-2.0" ,
24+ license_files = [
25+ "LICENSE" ,
26+ ],
2427 packages = find_packages (exclude = ["tests" , "tests.*" ]),
2528 package_data = {"sqlite_utils" : ["py.typed" ]},
2629 install_requires = [
@@ -70,7 +73,6 @@ def get_long_description():
7073 "Intended Audience :: Science/Research" ,
7174 "Intended Audience :: End Users/Desktop" ,
7275 "Topic :: Database" ,
73- "License :: OSI Approved :: Apache Software License" ,
7476 "Programming Language :: Python :: 3.10" ,
7577 "Programming Language :: Python :: 3.11" ,
7678 "Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments