deprecation in the setup file
This commit is contained in:
parent
beb615e707
commit
caaeb93333
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ package_name = os.environ.get('PACKAGE_DST', 'tiramisu')
|
|||
|
||||
def fetch_version():
|
||||
"""Get version from version.in"""
|
||||
return file('VERSION', 'r').readline().strip()
|
||||
return open('VERSION', 'r').readline().strip()
|
||||
|
||||
|
||||
def return_files(component):
|
||||
|
|
Loading…
Reference in a new issue