diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -13,12 +13,12 @@ classifiers = | |||
| 13 | Intended Audience :: Developers | 13 | Intended Audience :: Developers |
| 14 | License :: OSI Approved :: BSD License | 14 | License :: OSI Approved :: BSD License |
| 15 | Programming Language :: Python :: 3 | 15 | Programming Language :: Python :: 3 |
| 16 | Programming Language :: Python :: 3.6 | ||
| 17 | Programming Language :: Python :: 3.7 | 16 | Programming Language :: Python :: 3.7 |
| 18 | Programming Language :: Python :: 3.8 | 17 | Programming Language :: Python :: 3.8 |
| 19 | Programming Language :: Python :: 3.9 | 18 | Programming Language :: Python :: 3.9 |
| 20 | Programming Language :: Python :: 3.10 | 19 | Programming Language :: Python :: 3.10 |
| 21 | Programming Language :: Python :: 3.11 | 20 | Programming Language :: Python :: 3.11 |
| 21 | Programming Language :: Python :: 3.12 | ||
| 22 | Programming Language :: Python :: Implementation | 22 | Programming Language :: Python :: Implementation |
| 23 | Operating System :: OS Independent | 23 | Operating System :: OS Independent |
| 24 | Topic :: Security :: Cryptography | 24 | Topic :: Security :: Cryptography |
| @@ -32,7 +32,7 @@ project_urls = | |||
| 32 | package_dir = | 32 | package_dir = |
| 33 | = src | 33 | = src |
| 34 | packages = find: | 34 | packages = find: |
| 35 | python_requires = >=3.6 | 35 | python_requires = >=3.7 |
| 36 | 36 | ||
| 37 | [options.packages.find] | 37 | [options.packages.find] |
| 38 | where = src | 38 | where = src |
