diff options
| author | Adam Hupp <adam@hupp.org> | 2011-01-31 22:51:03 -0800 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2011-01-31 22:51:03 -0800 |
| commit | a75cf0a4a7790eb106155c947af9612f15693b6e (patch) | |
| tree | f47b17b900630e97b7db860a88d7ef9c1906026c /setup.py | |
| parent | 9e5ab19c49c7669d362bedffa0189ea31c91eb9d (diff) | |
| download | python-magic-a75cf0a4a7790eb106155c947af9612f15693b6e.tar.gz | |
Remove ctypes setup() dependency, already included in python >= 2.5
and it breaks pypi installs.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ setup(name='python-magic', url="http://github.com/ahupp/python-magic", version='0.4.0', py_modules=['magic'], - install_requires=['ctypes'], long_description="""This module uses ctypes to access the libmagic file type identification library. It makes use of the local magic database and supports both textual and MIME-type output. |
