We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efd6e3 commit a0ac035Copy full SHA for a0ac035
re-pcre/setup.py
@@ -1,7 +1,11 @@
1
+import sys
2
+# Remove current dir from sys.path, otherwise distutils will peek up our
3
+# module instead of system.
4
+sys.path.pop(0)
5
from distutils.core import setup
6
7
setup(name='micropython-re-pcre',
- version='0.1',
8
+ version='0.1.1',
9
description='re module for MicroPython, based on PCRE and FFI',
10
url='https://github.com/micropython/micropython/issues/405',
11
author='Paul Sokolovsky',
0 commit comments