Include config in source release

This commit is contained in:
Stanislaw Pitucha 2014-03-28 10:58:38 +00:00
parent 3f976af695
commit 6f3cba19d5
2 changed files with 2 additions and 0 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include config.cfg.sample

View File

@ -7,6 +7,7 @@ setup(
description="webservice to auto-sign certificates for short amount of time",
version="0.1",
packages=['ephemeral_ca'],
include_package_data=True,
install_requires=[
'm2crypto',
'flask',