warnings: Add setup metadata.

asyncio-segfault
Paul Sokolovsky 2014-04-17 01:29:02 +03:00
rodzic ac2ae5831e
commit 3def1345fa
1 zmienionych plików z 10 dodań i 0 usunięć

10
warnings/setup.py 100644
Wyświetl plik

@ -0,0 +1,10 @@
from distutils.core import setup
setup(name='micropython-warnings',
version='0.0.1',
description='Dummy warnings package for MicroPython',
url='https://github.com/micropython/micropython/issues/405',
author='MicroPython Developers',
author_email='micro-python@googlegroups.com',
license='MIT',
py_modules=['warnings'])