from distutils.core import setup setup(name='spatialmedia', version='2.1a1', description='Specifications and tools for 360 video and spatial audio.', author='Google Inc', license='Apache License 2.0', url='https://github.com/google/spatial-media', packages=['spatialmedia', 'spatialmedia.mpeg'] )