Skip to content

Commit 3544db8

Browse files
authored
Update setup.py
Apply review suggestion: initialize ERPC_VERSION to None
1 parent af40eb8 commit 3544db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

erpc_python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
from codecs import open
3737
from os import path
3838

39+
ERPC_VERSION = None
3940
here = path.abspath(path.dirname(__file__))
4041

4142
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:

0 commit comments

Comments
 (0)