File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747
4848 # Must include required policy/doc files
4949 test -f pyproject.toml || { echo "Missing pyproject.toml"; exit 1; }
50- test -f LICENSE || { echo "Missing LICENSE"; exit 1; }
50+ test -f ../ LICENSE || { echo "Missing LICENSE in repo root "; exit 1; }
5151 test -f STUB-README.md || { echo "Missing STUB-README.md"; exit 1; }
5252 test -f ../SECURITY.md || { echo "Missing SECURITY.md in repo root"; exit 1; }
5353 test -f ../LICENSE-APPENDIX.md || { echo "Missing LICENSE-APPENDIX.md in repo root"; exit 1; }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " rust-python-pe-packer"
7- version = " 0.0.1 "
7+ version = " 0.0.5 "
88description = " Educational Rust/Python PE (Portable Executable) learning stub. No packing functionality. See SECURITY.md."
99readme = " STUB-README.md"
1010requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments