add more .gitignore paths, tweak setup.py to reflect pypi version

This commit is contained in:
Eric Van Albert
2019-05-04 20:25:57 -04:00
committed by Zach Banks
parent 9ab9961b0a
commit 6177da75e0
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='Radiance',
version='0.1dev',
version='0.1dev0',
packages=['radiance',],
license='MIT',
long_description="Python tools for the Radiance video art system",