From 5608bf2d794936a5e5bb11ac697ceb1969e49888 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Wed, 31 Mar 2010 16:05:39 -0700 Subject: update version and url in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 22dda6f..47ee78f 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ setup(name='python-magic', description='File type identification using libmagic', author='Adam Hupp', author_email='adam@hupp.org', - url="http://hupp.org/adam/hg/python-magic", - version='0.1', + url="http://github.com/ahupp/python-magic", + version='0.2', py_modules=['magic'], long_description="""This module uses ctypes to access the libmagic file type identification library. It makes use of the local magic database and -- cgit v1.2.1