Files @ a09bb7c21599
Branch filter:

Location: gimmecert/MANIFEST.in

branko
GC-40: Disable deprecation warnings for Python 3.5 when running functional tests.
# 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