|
28 | 28 | long_description=long_description, |
29 | 29 | long_description_content_type="text/markdown", |
30 | 30 | url="https://github.com/wpilibsuite/sphinxext-opengraph", |
| 31 | + license="LICENSE.md", |
31 | 32 | install_requires=["sphinx>=2.0"], |
32 | 33 | packages=["sphinxext/opengraph"], |
33 | 34 | classifiers=[ |
|
36 | 37 | "Environment :: Web Environment", |
37 | 38 | "Framework :: Sphinx :: Extension", |
38 | 39 | "Intended Audience :: Developers", |
39 | | - "License :: OSI Approved :: MIT License", |
| 40 | + "License :: OSI Approved :: BSD License", |
40 | 41 | "Natural Language :: English", |
41 | 42 | "Operating System :: OS Independent", |
42 | 43 | "Programming Language :: Python :: 3.6", |
43 | 44 | "Programming Language :: Python :: 3.7", |
44 | 45 | "Programming Language :: Python :: 3.8", |
| 46 | + "Programming Language :: Python :: 3.9", |
45 | 47 | "Programming Language :: Python", |
46 | 48 | "Topic :: Documentation :: Sphinx", |
47 | 49 | "Topic :: Documentation", |
|
0 commit comments