diff --git a/types/setup.py b/types/setup.py new file mode 100644 index 00000000..41ad422a --- /dev/null +++ b/types/setup.py @@ -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'])