This commit is contained in:
Martin Fencl
2022-07-13 18:43:52 +02:00
commit d9bee53a00
22 changed files with 419 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# skeleton-small_project
Template for "small" project
* Export it and import as your new project.
* Change `small_project` to your project name.
Make sure `CISCRIPT_API_TOKEN` is available in CI/CD variables.
If a python package is not needed, you can get rid of:
* `MANIFEST.in`
* `pyproject.toml`
* `setup.cfg`
* `Makefile`: `build-pkg`
Fill your project name in `CHANGEME` placeholder in `Makefile`.