kopia lustrzana https://github.com/micropython/micropython-lib
re-pcre: Add setup metadata.
rodzic
888ec84821
commit
833efb5144
|
@ -0,0 +1,10 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name='micropython-re-pcre',
|
||||
version='0.0.1',
|
||||
description='re module for MicroPython, based on PCRE and FFI',
|
||||
url='https://github.com/micropython/micropython/issues/405',
|
||||
author='Paul Sokolovsky',
|
||||
author_email='micro-python@googlegroups.com',
|
||||
license='MIT',
|
||||
py_modules=['re'])
|
Ładowanie…
Reference in New Issue