Spaces:
Runtime error
Runtime error
from setuptools import setup | |
setup( | |
name = 'makeavid_sd', | |
version = '0.1.0', | |
description = 'makeavid sd', | |
author = 'Lopho', | |
author_email = '[email protected]', | |
platforms = ['any'], | |
license = 'GNU Affero General Public License v3', | |
url = 'http://github.com/lopho/makeavid-sd-tpu' | |
) |