|
41 | 41 | license='BSD',
|
42 | 42 |
|
43 | 43 | classifiers=[
|
44 |
| - 'Programming Language :: Python', |
45 |
| - 'Programming Language :: Python :: 3', |
| 44 | + "Programming Language :: Python", |
| 45 | + "Programming Language :: Python :: 3", |
46 | 46 | "Programming Language :: Python :: 3.3",
|
47 | 47 | "Programming Language :: Python :: 3.4",
|
48 | 48 | "Programming Language :: Python :: 3.5",
|
49 | 49 | "Programming Language :: Python :: 3.6",
|
50 | 50 | "Programming Language :: Python :: 3.7",
|
51 | 51 | "Programming Language :: Python :: 3.8",
|
| 52 | + "Programming Language :: Python :: 3.9", |
| 53 | + "Programming Language :: Python :: 3.10", |
52 | 54 | "Programming Language :: Python :: Implementation :: CPython",
|
53 |
| - 'License :: OSI Approved :: BSD License', |
54 |
| - 'Operating System :: OS Independent', |
55 |
| - 'Development Status :: 5 - Production/Stable', |
56 |
| - 'Intended Audience :: Developers', |
57 |
| - 'Topic :: Software Development :: Libraries :: Python Modules', |
| 55 | + "License :: OSI Approved :: BSD License", |
| 56 | + "Operating System :: OS Independent", |
| 57 | + "Development Status :: 5 - Production/Stable", |
| 58 | + "Intended Audience :: Developers", |
| 59 | + "Topic :: Software Development :: Libraries :: Python Modules", |
58 | 60 | ],
|
59 | 61 | )
|
0 commit comments