aefeb98b5e3602e113d1af8c66d52d5512ef599c
[philipp/winterrodeln/wrpylib.git] / setup.py
1 #!/usr/bin/python2.6
2 # -*- coding: iso-8859-15 -*-
3 from setuptools import setup
4
5 setup(name='wrpylib',
6     version='0.0.22',
7     description='Winterrodeln Python Library',
8     author='Philipp Spitzer',
9     author_email='philipp.spitzer@winterrodeln.org',
10     packages=['wrpylib']
11 )
12