[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #99 from rzurad/master
Browse files Browse the repository at this point in the history
Make installable via pip
  • Loading branch information
rsuderman committed Jun 28, 2016
2 parents 17020d3 + bf2835e commit f909403
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
@@ -0,0 +1,10 @@
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']
)

0 comments on commit f909403

Please sign in to comment.