diff options
| author | Raphaël Vinot <raphael@vinot.info> | 2015-11-06 19:18:45 +0100 |
|---|---|---|
| committer | Raphaël Vinot <raphael@vinot.info> | 2015-11-06 19:18:45 +0100 |
| commit | 505d499185062aa42d1da19e3d7c1dc6b16b3afd (patch) | |
| tree | c664ecf624c2fb0bb40db1fa3967349df3376fe1 /setup.py | |
| parent | 3069a4a01a9551d654460214b40123bec2bc6592 (diff) | |
| download | python-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.py | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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', |
