diff --git a/README.md b/README.md index cf349a6..b1501c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Python Project Template +[![Python CI](https://github.com/Declare-CloudInfra/standard-template-library/actions/workflows/CI.yml/badge.svg)](https://github.com/Declare-CloudInfra/standard-template-library/actions/workflows/CI.yml) + This project is a template for creating Python projects that follows the Python Standards declared in PEP 621. It uses a pyproject.yaml file to configure the project and Flit to simplify the build process and publish to PyPI. Flit simplifies the build and packaging process for Python projects by eliminating the need for separate setup.py and setup.cfg files. With Flit, you can manage all relevant configurations within the pyproject.toml file, streamlining development and promoting maintainability by centralizing project metadata, dependencies, and build specifications in one place. ## Project Organization