Skip to content

Commit e0717a3

Browse files
author
Peter Zhokhov
committed
autopep
1 parent 2d84c4b commit e0717a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from setuptools.command.install import install
66
from setuptools.command.develop import develop
77

8+
89
def read(fname):
910
try:
1011
with open(os.path.join(os.path.dirname(__file__), fname)) as f:
@@ -14,7 +15,6 @@ def read(fname):
1415
return None
1516

1617

17-
1818
# This file contains metadata related to the studioml client and python base
1919
# server software
2020

@@ -62,7 +62,7 @@ def copyconfig():
6262

6363
setup(
6464
name='studioml',
65-
#version=VERSION,
65+
# version=VERSION,
6666
description='TensorFlow model and data management tool',
6767
packages=['studio'],
6868
long_description=read('README.rst'),

0 commit comments

Comments
 (0)