Files
radiance/python/setup.py

10 lines
205 B
Python

from distutils.core import setup
setup(
name='Radiance',
version='0.1dev0',
packages=['radiance',],
license='MIT',
long_description="Python tools for the Radiance video art system",
)