summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSimeon Simeonov2023-01-05 23:36:20 +0100
committerSimeon Simeonov2023-01-05 23:36:20 +0100
commitb8fa40b48feb8709d27b1c50f1ea6be2ce081692 (patch)
tree8c4fc6578e363659c57bd8c9841edb73e95e6035 /setup.cfg
parentc2f78419b242df9a4872905d41332e5ea9fcfdb6 (diff)
Update setup.cfg and releasev1.2.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 d6b2eb9..2a54a66 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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 =
32package_dir = 32package_dir =
33 = src 33 = src
34packages = find: 34packages = find:
35python_requires = >=3.6 35python_requires = >=3.7
36 36
37[options.packages.find] 37[options.packages.find]
38where = src 38where = src