We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec4e60 commit 6df92dcCopy full SHA for 6df92dc
templates/setup.py.jj2
@@ -15,7 +15,9 @@ from shutil import rmtree
15
{% if external_module_library %}
16
from distutils.core import setup, Extension
17
{% else %}
18
-from setuptools import setup, find_packages, Command
+
19
+from setuptools import Command, setup, find_packages
20
21
{%endif%}
22
{%block platform_block%}
23
from platform import python_implementation
0 commit comments