Files @ 1919bf4b457a
Branch filter:

Location: gimmecert/MANIFEST.in

branko
GC-45: Fix deprecation warning for elliptic curve key generation:

- Passed-in curve parameter must be an object instance, not a class.
# 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