зеркало из https://github.com/microsoft/EdgeML.git
added setup file
This commit is contained in:
Родитель
7c8f57025b
Коммит
eb1b95a4be
|
@ -0,0 +1,9 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='edgeml_tf',
|
||||
version='0.3.0',
|
||||
packages=['edgeml_tf' ],
|
||||
license='MIT License',
|
||||
long_description=open('README.md').read(),
|
||||
)
|
Загрузка…
Ссылка в новой задаче