Releases
v0.0.4
eli64s
released this
30 Jul 10:42
[v0.0.4] - 2023-07-30
Added
π¦ Publish readme-ai CLI to PyPI under the module name readmeai .
Refactored the codebase to use Click , migrating from argparse.
Update directory name from src to readmeai to match PyPI module name.
Update readmeai modules to use relative imports.
Update metadata and dependency details in the pyproject.toml file.
π Update README.md documentation.
Add PyPI package badges at the top of the README.
Include instructions for downloading and running the readme-ai CLI from PyPI.
βοΈ Add helper script update_image.sh to push the latest image to Docker Hub.
Fixed
π³ Update Dockerfile commands
Add line to install the tree command in order to generate the repository tree structure in the README.
Update installtion to use the latest readmeai distribution from PyPI.
Removed
π Removed setup.py script from the project root directory.
Poetry is used for package management via pyproject.toml . Thus, setup.py is no longer needed.
You canβt perform that action at this time.