ToastFreeware
/
philipp
/
winterrodeln
/
wrpylib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added column delete_invisible to wrreport table.
[philipp/winterrodeln/wrpylib.git]
/
setup.py
1
#!/usr/bin/python2.7
2
# -*- coding: iso-8859-15 -*-
3
from setuptools import setup
4
5
setup(name='wrpylib',
6
version='0.1.2',
7
description='Winterrodeln Python Library',
8
author='Philipp Spitzer',
9
author_email='philipp.spitzer@winterrodeln.org',
10
packages=['wrpylib']
11
)
12