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