|
32 | 32 | 'Intended Audience :: Developers', |
33 | 33 | 'License :: OSI Approved :: BSD License', |
34 | 34 | 'Operating System :: OS Independent', |
35 | | - 'Topic :: Documentation', |
36 | | - 'Topic :: Software Development :: Documentation', |
37 | 35 | 'Programming Language :: Python', |
| 36 | + 'Programming Language :: Python :: 2', |
38 | 37 | 'Programming Language :: Python :: 2.6', |
39 | 38 | 'Programming Language :: Python :: 2.7', |
| 39 | + 'Programming Language :: Python :: 3', |
40 | 40 | 'Programming Language :: Python :: 3.2', |
41 | 41 | 'Programming Language :: Python :: 3.3', |
42 | 42 | 'Programming Language :: Python :: 3.4', |
| 43 | + 'Programming Language :: Python :: 3.5', |
| 44 | + 'Programming Language :: Python :: 3.6', |
| 45 | + 'Programming Language :: Python :: Implementation :: CPython', |
| 46 | + 'Programming Language :: Python :: Implementation :: PyPy', |
| 47 | + 'Topic :: Documentation', |
| 48 | + 'Topic :: Software Development :: Documentation', |
43 | 49 | ], |
44 | 50 | ) |
0 commit comments