summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2010-03-31 16:05:39 -0700
committerAdam Hupp <adam@hupp.org>2010-03-31 16:05:39 -0700
commit5608bf2d794936a5e5bb11ac697ceb1969e49888 (patch)
tree28cc15a7a7589bc8f9fe4d6bde5f0465861ee94d /setup.py
parent7db98f44bccc77c3adaef638b7765aaf0f6230ae (diff)
downloadpython-magic-5608bf2d794936a5e5bb11ac697ceb1969e49888.tar.gz
update version and url in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
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