uasyncio.core: Update description, don't bite at asyncio's side ;-).

pull/13/merge
Paul Sokolovsky 2014-11-13 06:39:32 +02:00
rodzic b88cb425f8
commit 728434bb67
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,5 +2,5 @@ srctype = micropython-lib
type = package
version = 0.8.1
author = Paul Sokolovsky
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess. (Core event loop).
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
depends = heapq, logging

Wyświetl plik

@ -8,7 +8,7 @@ from setuptools import setup
setup(name='micropython-uasyncio.core',
version='0.8.1',
description='uasyncio.core module for MicroPython',
long_description='Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess. (Core event loop).',
long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).',
url='https://github.com/micropython/micropython/issues/405',
author='Paul Sokolovsky',
author_email='micro-python@googlegroups.com',