diff options
| author | Simeon Simeonov | 2023-01-05 23:36:20 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2023-01-05 23:36:20 +0100 |
| commit | b8fa40b48feb8709d27b1c50f1ea6be2ce081692 (patch) | |
| tree | 8c4fc6578e363659c57bd8c9841edb73e95e6035 /setup.cfg | |
| parent | c2f78419b242df9a4872905d41332e5ea9fcfdb6 (diff) | |
Update setup.cfg and releasev1.2.0
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 |
