Skip to content

Commit 2780fc3

Browse files
committed
Import from setuptools and not distutils in the android recipe
1 parent 9720dbd commit 2780fc3

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/recipes/android/src

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/android/src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from distutils.core import setup, Extension
1+
from setuptools import setup, Extension
22
from Cython.Build import cythonize
33
import os
44

0 commit comments

Comments
 (0)