File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ Changelog
1414
1515.. towncrier release notes start
1616
17+ 0.2.1 (2018-03-10)
18+ ==================
19+
20+ - Add missing decription file
21+
17220.2.0 (2018-03-10)
1823==================
1924
Original file line number Diff line number Diff line change 66"""
77
88
9- __version__ = '0.2.0 '
9+ __version__ = '0.2.1 '
1010
1111import asyncio
1212from ._scheduler import Scheduler
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ author-email = "andrew.svetlov@gmail.com"
99home-page = " https://github.com/aio-libs/aiojobs"
1010requires =[" aiohttp >= 2.3.0" ]
1111requires-python =" >=3.5"
12+ description-file =" README.rst"
1213classifiers = [" License :: OSI Approved :: Apache Software License" ,
1314 " Development Status :: 4 - Beta" ,
1415 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments