]> git.k1024.org Git - pyxattr.git/commit
Make setup.py behave nicely without setuptools
authorIustin Pop <iusty@k1024.org>
Thu, 3 Jan 2013 20:26:15 +0000 (21:26 +0100)
committerIustin Pop <iusty@k1024.org>
Thu, 3 Jan 2013 20:26:15 +0000 (21:26 +0100)
commit79d3c35a5ca39b802c99d1e18730a1b7dc160d5a
treed25541ee35d79d40b38d56f56b7b8601016583b3
parentea7421018090b7099c5e0a6bd88180f41ebb7bce
Make setup.py behave nicely without setuptools

Currently, it would fail hard, whereas we can at least build the
extension (even though the testsuite will not work) when setuptools is
missing.
setup.py