Merge pull request #2650 from Nirzak/patch-1
Added classifiers for supported python version
This commit is contained in:
commit
3edb73cb23
|
|
@ -29,6 +29,10 @@ classifiers = [
|
|||
"Natural Language :: English",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Topic :: Security"
|
||||
]
|
||||
homepage = "https://sherlockproject.xyz/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue