Files @ 8eef1ef7f731
Branch filter:

Location: gimmecert/MANIFEST.in

branko
GC-11: Implemented decorator mechanism for registering subcommands:

- Added decorator that will register the provided functions.
- Added a simple interface function for fetching list of such
registered functions.
# Licensing informaiton.
include LICENSE-*

# Documentation source.
recursive-include docs *.rst
include docs/conf.py
include docs/make.bat
include docs/Makefile
include docs/_static/*
include docs/_templates/*

# Test configuration files.
include pytest.ini
include tox.ini
include .coveragerc
include .flake8