projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37902ff
)
Switch to setuptools
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Sat, 23 Aug 2014 07:31:14 +0000
(09:31 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Sat, 23 Aug 2014 07:31:14 +0000
(09:31 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
257889b
..
a7d10e2
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-17,7
+17,7
@@
# You should have received a copy of the GNU General Public License
# along with LinPy. If not, see <http://www.gnu.org/licenses/>.
-from
distutils.core
import setup, Extension
+from
setuptools
import setup, Extension
with open('linpy/_version.py') as file: