We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffd505 commit 1587fecCopy full SHA for 1587fec
1 file changed
setup.py
@@ -20,7 +20,10 @@ def get_long_description():
20
long_description_content_type="text/markdown",
21
author="Simon Willison",
22
version=VERSION,
23
- license="Apache License, Version 2.0",
+ license="Apache-2.0",
24
+ license_files=[
25
+ "LICENSE",
26
+ ],
27
packages=find_packages(exclude=["tests", "tests.*"]),
28
package_data={"sqlite_utils": ["py.typed"]},
29
install_requires=[
@@ -70,7 +73,6 @@ def get_long_description():
70
73
"Intended Audience :: Science/Research",
71
74
"Intended Audience :: End Users/Desktop",
72
75
"Topic :: Database",
- "License :: OSI Approved :: Apache Software License",
76
"Programming Language :: Python :: 3.10",
77
"Programming Language :: Python :: 3.11",
78
"Programming Language :: Python :: 3.12",
0 commit comments