summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2015-10-19 09:23:18 -0700
committerAdam Hupp <adam@hupp.org>2015-10-19 09:23:18 -0700
commit569467026d286667803a1a83195dd4d6c3aa5787 (patch)
treeaa2710ba94cd3f452229142735de7d3a562ceda7
parent21bc627d5964547ff29c7be5e783488d53fa09b9 (diff)
downloadpython-magic-569467026d286667803a1a83195dd4d6c3aa5787.tar.gz
bump to 0.4.8
-rw-r--r--setup.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/setup.py b/setup.py
index eedc583..f87e420 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ setup(name='python-magic',
author='Adam Hupp',
author_email='adam@hupp.org',
url="http://github.com/ahupp/python-magic",
- version='0.4.7',
+ version='0.4.8',
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
@@ -19,11 +19,5 @@ supports both textual and MIME-type output.
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
- 'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.2',
- 'Programming Language :: Python :: 3.3',
],
)