Commit a588bdb4 authored by Szilárd Pfeiffer's avatar Szilárd Pfeiffer
Browse files

fix(pyproject): Use legacy license table form for older setuptools compatibility

The PEP 639 SPDX-string form requires setuptools >= 77.0.0, which is
unavailable on Debian Bookworm/Bullseye and Ubuntu LTS build environments.
Switch to the legacy {text = 'MPL-2.0'} form, which is accepted by both
old and new setuptools.
parent 73049241
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -42,8 +42,7 @@ classifiers=[

keywords=['ssl', 'tls', 'gost', 'ja3', 'ldap', 'rdp', 'ssh', 'hsts', 'dns', 'ike']
readme = {file = 'README.rst', content-type = 'text/x-rst'}
license = 'MPL-2.0'
license-files = ['LICENSE.txt']
license = {text = 'MPL-2.0'}

dependencies = [
    'asn1crypto',