- Fixed package name from auto-readme-cli to project-scaffold-cli - Fixed dependencies to match project-scaffold-cli requirements - Fixed linting import sorting issues in test files
4 lines
95 B
Python
4 lines
95 B
Python
"""Project Scaffold CLI - Generate standardized project scaffolding."""
|
|
|
|
__version__ = "1.0.0"
|