Show error message when user tries to install/run PlatformIO with Python 3

This commit is contained in:
Ivan Kravets
2015-12-26 20:22:22 +02:00
parent f7311eb94d
commit 1b84078541
2 changed files with 10 additions and 2 deletions

View File

@ -12,11 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from setuptools import find_packages, setup
from platformio import (__author__, __description__, __email__, __license__,
__title__, __url__, __version__, util)
__title__, __url__, __version__)
setup(