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