forked from platformio/platformio-core
Show error message when user tries to install/run PlatformIO with Python 3
This commit is contained in:
3
setup.py
3
setup.py
@ -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(
|
||||
|
Reference in New Issue
Block a user