Files @ 3c69231d7781
Branch filter:

Location: gimmecert/MANIFEST.in

branko
GC-39: Added support for Python 3.9:

- Updated release notes
- Updated functional test for changes in help output in Python 3.9.
- Updated comments on public signing keys used for validating the
Python archives when using Vagrant provisioning.
- Updated supported Python versions in package configuration file.
- Updated Python versions used for 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