Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
declare-jim committed Dec 25, 2024
1 parent 9ccc6c4 commit ea2a35d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ea2a35d

Please sign in to comment.