|
51 | 51 | "Typing :: Typed", |
52 | 52 | "Topic :: Internet", |
53 | 53 | "Topic :: Security", |
| 54 | + "Topic :: Documentation :: Sphinx", |
| 55 | + "Topic :: Internet :: WWW/HTTP :: HTTP Servers", |
| 56 | + "Topic :: Internet :: WWW/HTTP :: Indexing/Search", |
| 57 | + "Topic :: Software Development :: Libraries :: Python Modules", |
54 | 58 | "Framework :: Pytest", |
55 | 59 | "Framework :: Flake8", |
| 60 | + "Environment :: Console", |
| 61 | + "Natural Language :: English", |
| 62 | + "Intended Audience :: Developers", |
| 63 | + "Operating System :: OS Independent", |
| 64 | + "Development Status :: 5 - Production/Stable", |
| 65 | + "License :: OSI Approved :: Apache Software License", |
56 | 66 | "Programming Language :: Python", |
57 | 67 | "Programming Language :: Python :: 3", |
58 | 68 | "Programming Language :: Python :: 3.6", |
59 | 69 | "Programming Language :: Python :: 3.7", |
60 | 70 | "Programming Language :: Python :: 3.8", |
| 71 | + "Programming Language :: Python :: 3.9", |
61 | 72 | "Programming Language :: Python :: Implementation :: PyPy", |
62 | | - "Environment :: Console", |
63 | | - "Intended Audience :: Developers", |
64 | | - "Operating System :: OS Independent", |
65 | | - "License :: OSI Approved :: Apache Software License", |
66 | 73 | ], |
67 | 74 | project_urls={"Documentation": DOC_URL, "Source": GIT_URL, "Tracker": ISSUE_URL}, |
68 | 75 | ) |
0 commit comments