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 c126bc3 commit 472a2a8Copy full SHA for 472a2a8
.moban.d/setup.py
@@ -1,6 +1,11 @@
1
{% extends 'setup.py.jj2' %}
2
+
3
+{%block platform_block%}
4
+{%endblock%}
5
6
{%block extras %}
7
{%endblock %}
8
9
{%block additional_keywords%}
10
'API',
11
'Django'
setup.py
@@ -4,7 +4,6 @@
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
-from platform import python_implementation
import sys
PY2 = sys.version_info[0] == 2
PY26 = PY2 and sys.version_info[1] < 7
0 commit comments