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 af40eb8 commit 3544db8Copy full SHA for 3544db8
erpc_python/setup.py
@@ -36,6 +36,7 @@
36
from codecs import open
37
from os import path
38
39
+ERPC_VERSION = None
40
here = path.abspath(path.dirname(__file__))
41
42
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
0 commit comments