X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/blobdiff_plain/e554ec1b9d06c76888b42d2b4a6a78a22b0bdb69..d29da85867d3b5cccd447860e8e741f8c7beac2c:/setup.py diff --git a/setup.py b/setup.py index fe9bdbc..d1bda94 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,9 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2.7 # -*- coding: iso-8859-15 -*- -from distutils.core import setup +from setuptools import setup setup(name='wrpylib', - version='0.0.1', + version='0.1.2', description='Winterrodeln Python Library', author='Philipp Spitzer', author_email='philipp.spitzer@winterrodeln.org',