Skip to content

Commit

Permalink
Include license in setup.py (#52)
Browse files Browse the repository at this point in the history
Fix license tag and include python 3.9
Fixes #51
  • Loading branch information
sciencewhiz authored Feb 2, 2022
1 parent 8569b1c commit 985d069
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/wpilibsuite/sphinxext-opengraph",
license="LICENSE.md",
install_requires=["sphinx>=2.0"],
packages=["sphinxext/opengraph"],
classifiers=[
Expand All @@ -36,12 +37,13 @@
"Environment :: Web Environment",
"Framework :: Sphinx :: Extension",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python",
"Topic :: Documentation :: Sphinx",
"Topic :: Documentation",
Expand Down

0 comments on commit 985d069

Please sign in to comment.