File tree 2 files changed +30
-29
lines changed
2 files changed +30
-29
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools" ]
2
+ requires = [" setuptools>=60 " , " setuptools-scm>=8.0 " ]
3
3
build-backend = " setuptools.build_meta"
4
+
5
+ [project ]
6
+ name = " certbot-pkcs12"
7
+ license = { text = " Apache-2.0" }
8
+ description = " PKCS#12 installer plugin for Certbot and Let's Encrypt"
9
+ readme = " README.md"
10
+ authors = [ { name = " Leo Singer" , email = " leo.singer@ligo.org" } ]
11
+ dynamic = [ " version" ]
12
+ classifiers = [
13
+ " Development Status :: 3 - Alpha" ,
14
+ " Environment :: Plugins" ,
15
+ " Intended Audience :: Information Technology" ,
16
+ " Intended Audience :: System Administrators" ,
17
+ " Topic :: Internet :: WWW/HTTP" ,
18
+ " Topic :: Security :: Cryptography" ,
19
+ ]
20
+ dependencies = [
21
+ " certbot >= 1.19.0" ,
22
+ " pyOpenSSL < 24.1.0" ,
23
+ ]
24
+ requires-python = " >=3.8"
25
+
26
+ [project .urls ]
27
+ source = " https://github.com/nasa-gcn/certbot-pkcs12"
28
+
29
+ [project .entry-points ."certbot .plugins" ]
30
+ pkcs12 = " certbot_pkcs12:Installer"
31
+
32
+ [tool .setuptools_scm ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments