File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ Changes
2
+ =======
3
+
4
+ 0.1.0 (2015-06-11)
5
+ ------------------
6
+
7
+ - Initial release
Original file line number Diff line number Diff line change
1
+ =====
1
2
janus
2
3
=====
3
4
@@ -14,7 +15,7 @@ follows `asyncio queue design
14
15
<https://docs.python.org/3/library/asyncio-queue.html> `_.
15
16
16
17
Usage example
17
- -------------
18
+ =============
18
19
19
20
::
20
21
@@ -43,7 +44,7 @@ Usage example
43
44
loop.run_until_complete(async_coro())
44
45
45
46
License
46
- -------
47
+ =======
47
48
48
49
``janus `` library is offered under Apache 2 license.
49
50
Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ def read(f):
46
46
version = version ,
47
47
description = ("Mixed sync-async queue to interoperate between "
48
48
"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' ))),
50
50
classifiers = [
51
51
'License :: OSI Approved :: Apache Software License' ,
52
52
'Intended Audience :: Developers' , 'Programming Language :: Python' ,
53
53
'Programming Language :: Python :: 3' ,
54
54
'Programming Language :: Python :: 3.3' ,
55
55
'Programming Language :: Python :: 3.4' , 'Topic :: Internet :: WWW/HTTP'
56
56
],
57
- author = 'eleddy ' ,
58
- author_email = '' ,
57
+ author = 'Andrew Svetlov ' ,
58
+
59
59
url = 'https://github.com/aio-libs/aiohttp_security/' ,
60
60
license = 'Apache 2' ,
61
61
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments