@@ -3,12 +3,12 @@ requires = ["hatchling>=1.18"]
33build-backend = " hatchling.build"
44
55[project ]
6- name = " pe-packer-educational "
6+ name = " rust-python- pe-packer"
77version = " 0.0.1"
8- description = " Educational PE (Portable Executable) learning stub. No packing functionality. See SECURITY.md."
9- readme = " README.md"
8+ description = " Educational Rust/Python PE (Portable Executable) learning stub. No packing functionality. See SECURITY.md."
9+ readme = " STUB- README.md"
1010requires-python = " >=3.8"
11- license = { text = " MIT OR Apache-2.0; see LICENSE-APPENDIX.md for educational-use clarifications" }
11+ license = { text = " Apache-2.0; see LICENSE-APPENDIX.md for educational-use clarifications" }
1212authors = [
1313 { name = " AnnMargaret Tutu" , email = " annmargaret.mailforce@gmail.com" }
1414]
@@ -23,7 +23,6 @@ keywords = [
2323classifiers = [
2424 " Development Status :: 3 - Alpha" ,
2525 " Intended Audience :: Education" ,
26- " License :: OSI Approved :: MIT License" ,
2726 " License :: OSI Approved :: Apache Software License" ,
2827 " Programming Language :: Python :: 3" ,
2928 " Programming Language :: Python :: 3 :: Only" ,
@@ -38,15 +37,16 @@ dependencies = []
3837pe-packer = " pe_packer_stub:main"
3938
4039[project .urls ]
41- Homepage = " https://github.com/codeamt/pe-packer"
42- Documentation = " https://github.com/codeamt/pe-packer#readme"
43- Security = " https://github.com/codeamt/pe-packer/blob/main/SECURITY.md"
44- License = " https://github.com/codeamt/pe-packer/blob/main/LICENSE-APPENDIX.md"
40+ Homepage = " https://github.com/codeamt/rust-python- pe-packer"
41+ Documentation = " https://github.com/codeamt/rust-python- pe-packer#readme"
42+ Security = " https://github.com/codeamt/rust-python- pe-packer/blob/main/SECURITY.md"
43+ License = " https://github.com/codeamt/rust-python- pe-packer/blob/main/LICENSE-APPENDIX.md"
4544
4645[tool .hatch .build ]
4746include = [
4847 " pe_packer_stub.py" ,
49- " README.md" ,
48+ " LICENSE" ,
49+ " STUB-README.md" ,
5050 " SECURITY.md" ,
5151 " LICENSE-APPENDIX.md"
5252]
0 commit comments