Commit Graph

8 Commits

Author SHA1 Message Date
Patrick Kanzler f0b1a89c48 fix syntax 2020-05-09 01:19:32 +02:00
Patrick Kanzler fd7bd0710e set path to capabilities file 2020-05-09 01:11:38 +02:00
Patrick Kanzler 7ea58625e6 use tox plugin for github 2020-05-09 01:08:16 +02:00
Patrick Kanzler ecbdd43dff install tox in github ci 2020-05-09 01:03:45 +02:00
Patrick Kanzler 4d106e8659
Create pythonpackage.yml 2020-05-08 23:34:24 +02:00
Patrick Kanzler 9f5eed0020
add version-strings into the module
The version string is in the module as __version__ available.
In the doc the version will be automatically parsed. The version comes
from the installed module if on read the docs or directly from
setuptools_scm if you are working locally.
The CLI will issue the version string if you call it with the option
'version'. The CLI does not accept commands like '--version', since this
would not be conform with the rest of the interface (and argparse).

The configuration for loading the version-string is adapted from
pimutils/vdirsyncer. It autogenerates a version string setuptools_scm at
install-time and then adds it to the __version__ member in __init__.py

I adapted the GitHub-template with a fitting comment and bumped the
changelog.

closes #141
2016-07-17 19:39:42 +02:00
Patrick Kanzler 0ec83387d5
improve github issues template 2016-07-15 13:05:59 +02:00
Patrick Kanzler b2ff39b6b1 DOC add templates for issues and pull-requests
These templates are inspired by OpenWhisperSystems
fixes #91
2016-03-11 14:46:36 +01:00