Files @ 46ab61547ff2
Branch filter:

Location: gimmecert/MANIFEST.in

branko
GC-17: Make sure all CLI tests switch to temporary test directory to ensure artifacts are not created by mistake in current directory.
# 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