Rename some tasks

This commit is contained in:
sebthom
2022-01-31 19:31:07 +01:00
parent acecab57cc
commit 3e619a2a84
4 changed files with 17 additions and 18 deletions

View File

@@ -268,10 +268,9 @@ updated_on: # set automatically
> Please read [CONTRIBUTING.md](CONTRIBUTING.md) before contributing code. Thank you!
- Running unit tests: `pdm run pytest`
- Running linter: `pdm run pylint`
- Displaying effective version:`python setup.py --version`
- Creating Windows executable: `pdm run pyinstaller`
- Running unit tests: `pdm run test`
- Running linter: `pdm run lint`
- Creating platform-specific executable: `pdm run compile`
- Application bootstrap works like this:
```python
pdm run app