ToastFreeware
/
philipp
/
winterrodeln
/
wrpylib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
982a8d02f63c921c56e32630c398a38eeed3d77f
[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.14',
7
description='Winterrodeln Python Library',
8
author='Philipp Spitzer',
9
author_email='philipp.spitzer@winterrodeln.org',
10
packages=['wrpylib']
11
)
12