mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 20:34:12 +02:00
Use PEP639 license metadata formatting
This commit is contained in:
parent
7ffd5052e9
commit
1587feca6f
1 changed files with 4 additions and 2 deletions
6
setup.py
6
setup.py
|
|
@ -20,7 +20,10 @@ setup(
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
author="Simon Willison",
|
author="Simon Willison",
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
license="Apache License, Version 2.0",
|
license="Apache-2.0",
|
||||||
|
license_files=[
|
||||||
|
"LICENSE",
|
||||||
|
],
|
||||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||||
package_data={"sqlite_utils": ["py.typed"]},
|
package_data={"sqlite_utils": ["py.typed"]},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
@ -70,7 +73,6 @@ setup(
|
||||||
"Intended Audience :: Science/Research",
|
"Intended Audience :: Science/Research",
|
||||||
"Intended Audience :: End Users/Desktop",
|
"Intended Audience :: End Users/Desktop",
|
||||||
"Topic :: Database",
|
"Topic :: Database",
|
||||||
"License :: OSI Approved :: Apache Software License",
|
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue