summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2015-10-19 15:47:03 -0700
committerAdam Hupp <adam@hupp.org>2015-10-19 15:47:03 -0700
commit0c0e93b6917f63a9141ef439c0eb5644e947da9b (patch)
tree6fc3fce109f4931fd0ec08ce527dcc67d6ac3f87
parenteec31b166f1249d3c4af0091aa4215cff59fbfcb (diff)
downloadpython-magic-0c0e93b6917f63a9141ef439c0eb5644e947da9b.tar.gz
bump to 0.4.9 with pruning of test/ dir
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 3612207..e4fba63 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
include *.py
+prune test
diff --git a/setup.py b/setup.py
index f87e420..1710684 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.8',
+ version='0.4.9',
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