Skip to content
Snippets Groups Projects
Commit d7a9a20d authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add versioning info

parent ef36c894
No related branches found
No related tags found
No related merge requests found
Pipeline #1799 passed
......@@ -32,6 +32,9 @@ questions, feedback or feature requests. Merge requests are welcome!
Features of this Template
-------------------------
- Automatic versioning using Git tags. Do ``git tag -a vX.Y.Z`` and
push the tag with ``git push --tags``. It will include the version tag
and also the development status within the version string automatically
- Package installation using ``pip install .`` (also via ``make install``)
- Test Suite infrastructure included
- ``make test`` will run all tests
......
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