Skip to content

Commit 1587fec

Browse files
bkmgitsimonw
authored andcommitted
Use PEP639 license metadata formatting
1 parent 7ffd505 commit 1587fec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)