File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 2.0.1
3+ ## 2.0.2
44- Added PyPI packaging and CLI entrypoint: ` blockchain-scalpel `
55
66## 2.0.0
Original file line number Diff line number Diff line change 1- __version__ = "2.0.1 "
1+ __version__ = "2.0.2 "
Original file line number Diff line number Diff line change @@ -4,16 +4,17 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " blockchain-scalpel"
7- version = " 2.0.1 "
7+ version = " 2.0.2 "
88description = " Blockchain parser (source-available). Free for non-commercial use with attribution. Commercial & SaaS licenses available."
99readme = " README.md"
1010requires-python = " >=3.9"
1111authors = [{ name = " Denis Leonov" }]
12- license = { file = " LICENSE" }
12+
13+ license = " LicenseRef-Blockchain-Scalpel"
14+ license-files = [" LICENSE" ]
1315
1416classifiers = [
1517 " Programming Language :: Python :: 3" ,
16- " License :: Other/Proprietary" ,
1718]
1819
1920[project .urls ]
You can’t perform that action at this time.
0 commit comments