From da234bf228f0f59d4e27279ef3aa2699e6c8d4cc Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 7 Nov 2014 22:22:18 +0200 Subject: [PATCH] Update project title --- README.rst | 2 +- platformio/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6c4abe0f..adb63bd9 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ where you can setup different environments with specific options: platform type, firmware uploading settings, pre-built framework and many more. -.. image:: examples/platformio-examples.png +.. image:: https://raw.githubusercontent.com/ivankravets/platformio/develop/examples/platformio-examples.png :target: https://raw.githubusercontent.com/ivankravets/platformio/develop/examples/platformio-examples.png :alt: Examples :width: 730px diff --git a/platformio/__init__.py b/platformio/__init__.py index ebb74674..d5216660 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -5,8 +5,8 @@ VERSION = (0, 9, "0-dev") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" -__description__ = ("A cross-platform code builder and library manager for " - "Arduino, MSP430, ARM") +__description__ = ("A cross-platform code builder and " + "the missing library manager") __url__ = "http://platformio.ikravets.com" __author__ = "Ivan Kravets"