ToastFreeware
/
philipp
/
winterrodeln
/
wrpylib.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implemented that stripping the whitespace in a template is now optional.
[philipp/winterrodeln/wrpylib.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index 862cd3ba61948f8643b3f744409ee7b2ed0d2ed6..db714c3618c859703231621fb1c1c6c4ea6dbcb5 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-2,11
+2,17
@@
# -*- coding: iso-8859-15 -*-
from setuptools import setup
# -*- coding: iso-8859-15 -*-
from setuptools import setup
+requires = [
+ 'sqlalchemy',
+ 'geoalchemy'
+ ]
+
setup(name='wrpylib',
setup(name='wrpylib',
- version='0.
3
.1',
+ version='0.
4
.1',
description='Winterrodeln Python Library',
author='Philipp Spitzer',
author_email='philipp.spitzer@winterrodeln.org',
description='Winterrodeln Python Library',
author='Philipp Spitzer',
author_email='philipp.spitzer@winterrodeln.org',
+ install_requires = requires,
packages=['wrpylib']
)
packages=['wrpylib']
)