Spaces:
Runtime error
Runtime error
File size: 344 Bytes
149cc2d |
1 2 3 4 5 6 7 8 9 10 11 |
from setuptools import setup
setup(
name = 'makeavid_sd',
version = '0.1.0',
description = 'makeavid sd',
author = 'Lopho',
author_email = 'contact@lopho.org',
platforms = ['any'],
license = 'GNU Affero General Public License v3',
url = 'http://github.com/lopho/makeavid-sd-tpu'
) |