Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acecross authored Dec 14, 2018
1 parent 06e47f2 commit 282a6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
from setuptools import setup, find_packages

setup(name='impro',
version='0.8',
version='1.0',
description='Image processing package',
author='Sebastian Reinhard',
author_email='sebastian.reinhard@stud-mail.uni-wuerzburg.de',
url='https://github.com/super-resolution',
packages=find_packages(),
package_data={'impro.visualisation': ['shaders/*','shaders/raycast/*']},
include_package_data=True,
)
)

0 comments on commit 282a6c8

Please sign in to comment.