types: Add setup metadata.

Note that this explicitly marks CPython developers as author and specifies
Python license.
asyncio-segfault
Paul Sokolovsky 2014-04-06 19:42:45 +03:00
rodzic a1af6b1e22
commit 8bef738ca9
1 zmienionych plików z 11 dodań i 0 usunięć

11
types/setup.py 100644
Wyświetl plik

@ -0,0 +1,11 @@
from distutils.core import setup
setup(name='micropython-types',
version='0.0.1',
description='CPython types module ported to MicroPython',
url='https://github.com/micropython/micropython/issues/405',
author='CPython Developers',
maintainer='MicroPython Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
py_modules=['types'])