setup.py: don't install py3 scripts with python2

If one calls 'python2 setup.py install', python replaces the script shebangs
with python2 ones, regardless of the code being mint python3, and vice versa.
In setup.py, name only the scripts that match the current python version.

Change-Id: I84a5c8ec108a99f527b0d2fb5bf4e312df5f7403
1 file changed
tree: 235a646266bbb99e46f37c867370b6ba0cd99c25
  1. osmopy/
  2. .gitignore
  3. README
  4. setup.py