Skip to content

Commit c2d4729

Browse files
authored
Merge pull request #13 from astrajeriu/update-meta-information
Update meta information
2 parents 539d6f5 + 3e2b29b commit c2d4729

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
author=__author__,
1111
author_email=__email__,
1212
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+
],
1323
packages=["tls_parser"],
1424
python_requires=">=3.8",
1525
)

0 commit comments

Comments
 (0)