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.
1 parent 802524f commit 7178c81Copy full SHA for 7178c81
pyproject.toml
@@ -0,0 +1,23 @@
1
+[build-system]
2
+requires = ["hatchling"]
3
+build-backend = "hatchling.build"
4
+
5
+[project]
6
+name = "padding_oracle"
7
+version = "0.2.3"
8
+authors = [
9
+ { name="Yuankui Li", email="[email protected]" },
10
+]
11
+description = "Threaded padding oracle automation."
12
+readme = "README.md"
13
+requires-python = ">=3.5"
14
+classifiers = [
15
+ 'Programming Language :: Python :: 3',
16
+ 'License :: OSI Approved :: MIT License',
17
+ 'Operating System :: OS Independent',
18
+ 'Topic :: Security :: Cryptography',
19
20
21
+[project.urls]
22
+"Homepage" = "https://github.com/djosix/padding_oracle.py"
23
+"Bug Tracker" = "https://github.com/djosix/padding_oracle.py/issues"
setup.py
0 commit comments