lopho's picture
this isn't very nice.
149cc2d
raw
history blame
344 Bytes
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'
)