From c49529da6dbc06cdbe06fe8d6813a60cf4a46cf5 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Thu, 9 Jul 2015 07:15:18 +0300 Subject: [PATCH] Add manifest --- MANIFEST.in | 9 +++++++++ examples/simple.py | 0 setup.py | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 MANIFEST.in create mode 100644 examples/simple.py diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..4eea8a7 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,9 @@ +include LICENSE +include CHANGES.txt +include README.rst +include Makefile +graft aiohttp_security +graft docs +graft examples +graft tests +global-exclude *.pyc diff --git a/examples/simple.py b/examples/simple.py new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 735c2a1..342f599 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ setup(name='aiohttp_security', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Topic :: Internet :: WWW/HTTP'], - author='eleddy', - author_email='', + author='Andrew Svetlov', + author_email='andrew.svetlov@gmail.com', url='https://github.com/aio-libs/aiohttp_security/', license='Apache 2', packages=find_packages(),