|
17 | 17 | 'Development Status :: 3 - Alpha', |
18 | 18 | # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package |
19 | 19 | 'Intended Audience :: Developers', # Define that your audience are developers |
20 | | - 'TOPIC :: SECURITY :: CRYPTOGRAPHY', |
| 20 | + 'Topic :: Security', |
| 21 | + 'Topic :: Security :: Cryptography', |
21 | 22 | 'License :: OSI Approved :: MIT License', # Again, pick a license |
22 | 23 | 'Programming Language :: Python :: 3', # Specify which pyhton versions that you want to support |
23 | 24 | 'Programming Language :: Python :: 3.3', |
24 | 25 | 'Programming Language :: Python :: 3.4', |
25 | 26 | 'Programming Language :: Python :: 3.5', |
26 | 27 | 'Programming Language :: Python :: 3.6', |
27 | 28 | 'Programming Language :: Python :: 3.7', |
| 29 | + 'Python :: Implementation :: CPython', |
28 | 30 | ], |
29 | 31 | ) |
0 commit comments