ToastFreeware
/
philipp
/
winterrodeln
/
wrpylib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e913929
)
Using setuptools.
author
philipp
<philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Wed, 9 Feb 2011 18:07:46 +0000
(18:07 +0000)
committer
philipp
<philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Wed, 9 Feb 2011 18:07:46 +0000
(18:07 +0000)
git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wrpylib@763
7aebc617
-e5e2-0310-91dc-
80fb5f6d2477
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 8c1d6077a165b55679c2c80e8b4df141ffff406a..ac81ce6dd267b116f57122d85574c4f208772f45 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-1,9
+1,9
@@
#!/usr/bin/python2.6
# -*- coding: iso-8859-15 -*-
-from
distutils.core
import setup
+from
setuptools
import setup
setup(name='wrpylib',
- version='0.0.
5
',
+ version='0.0.
6
',
description='Winterrodeln Python Library',
author='Philipp Spitzer',
author_email='philipp.spitzer@winterrodeln.org',