blob: f43187a6ea4f3d3e0055dca233fc24c95a2c4215 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/python/setup.py b/python/setup.py
index eda8fa5..dff0f27 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from distutils.core import setup, Extension
from distutils.command.install_data import install_data
|