mirror of
https://github.com/zbanks/radiance.git
synced 2026-01-23 12:01:07 +01:00
10 lines
205 B
Python
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",
|
|
)
|