Skip to content

Commit 5e014fa

Browse files
committed
updated pyproject file
1 parent 229c4d8 commit 5e014fa

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
[project]
2+
name = "solidity_address_mapper"
3+
version = "0.0.1"
4+
description = "This Solidity mapper maps a hexadecimal address of a deployed runtime bytecode to the corresponding source code."
5+
readme = "README.md"
6+
requires-python = ">=3.6"
7+
classifiers = [
8+
"Programming Language :: Python :: 3",
9+
"Operating System :: OS Independent",
10+
]
11+
license = "MIT"
12+
license-files = ["LICEN[CS]E*"]
13+
14+
[project.urls]
15+
Homepage = "hhttps://github.com/Intrpt/SolidityAddressMapper"
16+
Issues = "https://github.com/Intrpt/SolidityAddressMapper/issues"
17+
118
[tool.pytest.ini_options]
219
pythonpath = "src"
320
addopts = [

0 commit comments

Comments
 (0)