Skip to content

Commit 7d02bb6

Browse files
committed
Add CHANGES, update README and setup.py
1 parent e4cc345 commit 7d02bb6

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Changes
2+
=======
3+
4+
0.1.0 (2015-06-11)
5+
------------------
6+
7+
- Initial release

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
=====
12
janus
23
=====
34

@@ -14,7 +15,7 @@ follows `asyncio queue design
1415
<https://docs.python.org/3/library/asyncio-queue.html>`_.
1516

1617
Usage example
17-
-------------
18+
=============
1819

1920
::
2021

@@ -43,7 +44,7 @@ Usage example
4344
loop.run_until_complete(async_coro())
4445

4546
License
46-
-------
47+
=======
4748

4849
``janus`` library is offered under Apache 2 license.
4950

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ def read(f):
4646
version=version,
4747
description=("Mixed sync-async queue to interoperate between "
4848
"asyncio tasks and classic threads"),
49-
# long_description='\n\n'.join((read('README.rst'), read('CHANGES.txt'))),
49+
long_description='\n\n'.join((read('README.rst'), read('CHANGES.txt'))),
5050
classifiers=[
5151
'License :: OSI Approved :: Apache Software License',
5252
'Intended Audience :: Developers', 'Programming Language :: Python',
5353
'Programming Language :: Python :: 3',
5454
'Programming Language :: Python :: 3.3',
5555
'Programming Language :: Python :: 3.4', 'Topic :: Internet :: WWW/HTTP'
5656
],
57-
author='eleddy',
58-
author_email='',
57+
author='Andrew Svetlov',
58+
author_email='[email protected]',
5959
url='https://github.com/aio-libs/aiohttp_security/',
6060
license='Apache 2',
6161
packages=find_packages(),

0 commit comments

Comments
 (0)