From: philipp Date: Wed, 9 Feb 2011 18:07:46 +0000 (+0000) Subject: Using setuptools. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/commitdiff_plain/5d4fcb558d4604d4e1965e5219bf0b3b3bb71456?ds=sidebyside Using setuptools. git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wrpylib@763 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- diff --git a/setup.py b/setup.py index 8c1d607..ac81ce6 100644 --- 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',