summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSimeon Simeonov2024-12-26 22:58:37 +0100
committerSimeon Simeonov2024-12-26 22:58:37 +0100
commitbba82a86b137c73832ad7b6a397d3db24fcc625f (patch)
tree9071225331e3035da3d0f5756acf6b3cf5b1de8a /setup.cfg
parent08a3280b062af83ee50fa139d7827d954907886e (diff)
Add encrypted values to ETOOLKIT_SENSITIVE implicitly2.1.0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 4985370..1838e18 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,12 +15,12 @@ classifiers =
15 Intended Audience :: System Administrators 15 Intended Audience :: System Administrators
16 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) 16 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
17 Programming Language :: Python :: 3 17 Programming Language :: Python :: 3
18 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
22 Programming Language :: Python :: 3.12 21 Programming Language :: Python :: 3.12
23 Programming Language :: Python :: 3.13 22 Programming Language :: Python :: 3.13
23 Programming Language :: Python :: 3.14
24 Operating System :: POSIX 24 Operating System :: POSIX
25 Topic :: Security :: Cryptography 25 Topic :: Security :: Cryptography
26 26
@@ -32,7 +32,7 @@ project_urls =
32package_dir = 32package_dir =
33 = src 33 = src
34packages = find: 34packages = find:
35python_requires = >=3.8 35python_requires = >=3.9
36 36
37install_requires = 37install_requires =
38 cryptography>=3.2 38 cryptography>=3.2