Skip to content
Snippets Groups Projects
Commit 9def21dd authored by Rodri's avatar Rodri
Browse files

update readme

parent d83ffc86
No related branches found
No related tags found
1 merge request!3Draft: Resolve "CI/CD exits with warnings with the default template."
Pipeline #24147 passed
...@@ -46,7 +46,20 @@ This file is normally located in the base direcotry of a python project, and it ...@@ -46,7 +46,20 @@ This file is normally located in the base direcotry of a python project, and it
- **classifiers:** Specifies classifiers for the project. Read more about it (here)[https://pypi.org/classifiers/] - **classifiers:** Specifies classifiers for the project. Read more about it (here)[https://pypi.org/classifiers/]
### Makefile ### Makefile
It declares multiple recipes for the project which include `install`, `install_dev`, `clean`, and multiple `test` recipes. It declares the following recipes:
- **install:** Installs the project.
- **install-dev:** Installs the project in editable mode.
- **clean:**
- **test:**
- **test-cov:**
- **test-loop:**
- **flake8:**
- **pep8:**
- **docstyle:**
- **lint:**
- **dependencies:**
- **black:**
- **black-check:**
## Additional Setup ## Additional Setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment