Add manifest

This commit is contained in:
Andrew Svetlov 2015-07-09 07:15:18 +03:00
parent 1aff330216
commit c49529da6d
3 changed files with 11 additions and 2 deletions

9
MANIFEST.in Normal file
View File

@ -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

0
examples/simple.py Normal file
View File

View File

@ -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(),