We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f872598 commit f178239Copy full SHA for f178239
README.md
@@ -5,6 +5,7 @@
5
A basic template for building Python packages.
6
7
## Features
8
+A package built from this starter code will have the following features:
9
- **Easy to install** with `pip install -e .` (see `pyproject.toml`)
10
- **Continuous integration** with GitHub Actions (see `.github/workflows/ci.yml` and `run_ci_checks.sh`)
11
- **Autoformatting** with black, isort, and docformatter (see `run_autoformat.sh`)
0 commit comments