Phase 18: Project Packaging Framework
Objective:
Allow projects to be distributed as installable packages.
Deliverables:
- Project packaging setup templates
- Dynamic build scripts generator
- Distribution pipeline integration
Problem Statement:
Currently, projects are only runnable inside the source directory. To let users import these projects elsewhere as reusable libraries, we need a standard packaging pipeline to generate wheel/sdist packages.
Phase 18: Project Packaging Framework
Objective:
Allow projects to be distributed as installable packages.
Deliverables:
Problem Statement:
Currently, projects are only runnable inside the source directory. To let users import these projects elsewhere as reusable libraries, we need a standard packaging pipeline to generate wheel/sdist packages.