summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRaphaël Vinot <raphael@vinot.info>2015-11-06 19:18:45 +0100
committerRaphaël Vinot <raphael@vinot.info>2015-11-06 19:18:45 +0100
commit505d499185062aa42d1da19e3d7c1dc6b16b3afd (patch)
treec664ecf624c2fb0bb40db1fa3967349df3376fe1 /setup.py
parent3069a4a01a9551d654460214b40123bec2bc6592 (diff)
downloadpython-magic-505d499185062aa42d1da19e3d7c1dc6b16b3afd.tar.gz
Fix travis config
The tests fail on travis ci because the libmagic 5.09 is buggy.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index eac534b..4e816f7 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,7 @@
-from setuptools import setup, Extension
-#from distutils.core import setup, Extension
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+from setuptools import setup
setup(name='python-magic',
description='File type identification using libmagic',