Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
keewenaw
GitHub Repository: keewenaw/ethereum-wallet-cracker
Path: blob/main/pyproject.toml
4086 views
1
[build-system]
2
requires = ["setuptools>=61.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ethereum-wallet-cracker"
7
version = "1.2.0"
8
authors = [
9
{ name="Mark Rudnitsky", email="[email protected]" },
10
]
11
description = "A script to steal Ether from wallets suffering from insufficient entropy during key generation."
12
readme = "README.md"
13
license = { file="LICENSE" }
14
requires-python = ">=3.7"
15
classifiers = [
16
"Programming Language :: Python :: 3",
17
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
18
"Operating System :: OS Independent",
19
]
20
21
[project.urls]
22
"Homepage" = "https://github.com/mrudnitsky/ethereum-wallet-cracking"
23
"Bug Tracker" = "https://github.com/mrudnitsky/ethereum-wallet-cracking/issues"
24