We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 539d6f5 + 3e2b29b commit c2d4729Copy full SHA for c2d4729
setup.py
@@ -10,6 +10,16 @@
10
author=__author__,
11
author_email=__email__,
12
url="https://github.com/nabla-c0d3/tls_parser",
13
+ classifiers=[
14
+ "Intended Audience :: Developers",
15
+ "License :: OSI Approved :: MIT License",
16
+ "Programming Language :: Python :: 3.8",
17
+ "Programming Language :: Python :: 3.9",
18
+ "Programming Language :: Python :: 3.10",
19
+ "Programming Language :: Python :: 3.11",
20
+ "Programming Language :: Python :: 3.12",
21
+ "Programming Language :: Python :: 3.13",
22
+ ],
23
packages=["tls_parser"],
24
python_requires=">=3.8",
25
)
0 commit comments