Skip to content

Commit 7178c81

Browse files
committed
replace setup.py with pyproject.toml
1 parent 802524f commit 7178c81

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)