mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
9 lines
157 B
Python
Executable File
9 lines
157 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
META_DATA = dict(
|
|
name = 'skflow'
|
|
version = '0.0.1'
|
|
url = 'https://github.com/google/skflow',
|
|
license = 'Apache-2',
|
|
)
|