copy: Add setup metadata.

asyncio-segfault
Paul Sokolovsky 2014-04-06 23:02:16 +03:00
rodzic eb80a14ed0
commit 5cd6cf494c
1 zmienionych plików z 11 dodań i 0 usunięć

11
copy/setup.py 100644
Wyświetl plik

@ -0,0 +1,11 @@
from distutils.core import setup
setup(name='micropython-copy',
version='0.0.1',
description='CPython copy 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=['copy'])