17 lines
408 B
Markdown
17 lines
408 B
Markdown
# 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`.
|