Skip to content

Commit 985d069

Browse files
authored
Include license in setup.py (#52)
Fix license tag and include python 3.9 Fixes #51
1 parent 8569b1c commit 985d069

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
long_description=long_description,
2929
long_description_content_type="text/markdown",
3030
url="https://github.com/wpilibsuite/sphinxext-opengraph",
31+
license="LICENSE.md",
3132
install_requires=["sphinx>=2.0"],
3233
packages=["sphinxext/opengraph"],
3334
classifiers=[
@@ -36,12 +37,13 @@
3637
"Environment :: Web Environment",
3738
"Framework :: Sphinx :: Extension",
3839
"Intended Audience :: Developers",
39-
"License :: OSI Approved :: MIT License",
40+
"License :: OSI Approved :: BSD License",
4041
"Natural Language :: English",
4142
"Operating System :: OS Independent",
4243
"Programming Language :: Python :: 3.6",
4344
"Programming Language :: Python :: 3.7",
4445
"Programming Language :: Python :: 3.8",
46+
"Programming Language :: Python :: 3.9",
4547
"Programming Language :: Python",
4648
"Topic :: Documentation :: Sphinx",
4749
"Topic :: Documentation",

0 commit comments

Comments
 (0)