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 7c8f570 commit eb1b95aCopy full SHA for eb1b95a
tf/setup.py
@@ -0,0 +1,9 @@
1
+from distutils.core import setup
2
+
3
+setup(
4
+ name='edgeml_tf',
5
+ version='0.3.0',
6
+ packages=['edgeml_tf' ],
7
+ license='MIT License',
8
+ long_description=open('README.md').read(),
9
+)
0 commit comments