We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71bf762 + f413432 commit 2442244Copy full SHA for 2442244
setup.py
@@ -10,7 +10,7 @@
10
from setuptools import find_packages
11
from setuptools import setup
12
13
-with file(os.path.join('intercom', '__init__.py')) as init:
+with open(os.path.join('intercom', '__init__.py')) as init:
14
source = init.read()
15
m = re.search("__version__ = '(\d+\.\d+\.(\d+|[a-z]+))'", source, re.M)
16
__version__ = m.groups()[0]
0 commit comments