init
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal 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`.
|
||||
Reference in New Issue
Block a user