Skip to content

Commit

Permalink
Show whether using disutils or setoptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Nov 28, 2015
1 parent d1a1e65 commit 17a98b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@

if environ.get('KIVY_USE_SETUPTOOLS'):
from setuptools import setup, Extension
print('Using setuptools')
else:
from distutils.core import setup
from distutils.extension import Extension
print('Using distutils')


if sys.version > '3':
Expand Down

0 comments on commit 17a98b8

Please sign in to comment.