unittest: update setup.py from metadata.txt

pull/38/merge
Tom Soulanille 2015-07-23 23:35:56 -07:00 zatwierdzone przez Paul Sokolovsky
rodzic c98be9b0fc
commit edcf812ce7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ from setuptools import setup
setup(name='micropython-unittest',
version='0.0.7',
version='0.0.8',
description='unittest module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython/issues/405',