Replace occurrences of execfile()
This commit is contained in:
parent
91a14c81a9
commit
5bded89466
2 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -31,7 +31,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
execfile(os.path.join(here, 'tailbone', '_version.py'))
|
||||
exec(open(os.path.join(here, 'tailbone', '_version.py')).read())
|
||||
README = open(os.path.join(here, 'README.rst')).read()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue