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 229c4d8 commit 5e014faCopy full SHA for 5e014fa
pyproject.toml
@@ -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
18
[tool.pytest.ini_options]
19
pythonpath = "src"
20
addopts = [
0 commit comments