Add manifest
This commit is contained in:
parent
1aff330216
commit
c49529da6d
|
@ -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
|
4
setup.py
4
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(),
|
||||
|
|
Loading…
Reference in New Issue