We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d84c4b commit e0717a3Copy full SHA for e0717a3
setup.py
@@ -5,6 +5,7 @@
5
from setuptools.command.install import install
6
from setuptools.command.develop import develop
7
8
+
9
def read(fname):
10
try:
11
with open(os.path.join(os.path.dirname(__file__), fname)) as f:
@@ -14,7 +15,6 @@ def read(fname):
14
15
return None
16
17
-
18
# This file contains metadata related to the studioml client and python base
19
# server software
20
@@ -62,7 +62,7 @@ def copyconfig():
62
63
setup(
64
name='studioml',
65
- #version=VERSION,
+ # version=VERSION,
66
description='TensorFlow model and data management tool',
67
packages=['studio'],
68
long_description=read('README.rst'),
0 commit comments