Skip to content

Commit

Permalink
pymavlink: changed from distutils to setuptools
Browse files Browse the repository at this point in the history
this fixes handling of --user for install
  • Loading branch information
tridge committed Nov 19, 2015
1 parent 11bcadc commit d668a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymavlink/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
func = lambda name, enc=ascii: {True: enc}.get(name=='mbcs')
codecs.register(func)

from distutils.core import setup, Extension
from setuptools import setup, Extension
import glob, os, shutil, fnmatch, platform

version = '1.1.62'
Expand Down

0 comments on commit d668a16

Please sign in to comment.