From 42e863a229e95fe46d1b9b8b1fb892238f2f6a00 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 9 Jul 2019 02:14:00 +0200 Subject: [PATCH] Specified markdown format for setup --- README.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af448601..1407f3d2 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Imagine the ability of building custom event hooks to automatically trigger any - At a specific date or time - ...and so on (basically, anything can send events that can be used to build hooks) -Imagine the ability of running the application, with lots of those bundled features, on any device that can comes with Python (only compatible with version 3.5 and higher). Platypush has been designed with performance in mind, it's been heavily tested on slower devices like Raspberry Pis, and it can run the web server features, multiple backends and plugins quite well even on a Raspberry Pi Zero - it's even been tested with some quite impressive performance on an older [Nokia N900](https://en.wikipedia.org/wiki/Nokia_N900), and of course you can run it on any laptop, desktop, server environment. It's been developed mainly with IoT in mind (and some of its features overlap with IoT frameworks like [Mozilla IoT](https://iot.mozilla.com) and [Android Things](https://developer.android.com/things/)), but nothing prevents you from automating any task on any device and environment. +Imagine the ability of running the application, with lots of those bundled features, on any device that can comes with Python (_only compatible with version 3.5 and higher_). Platypush has been designed with performance in mind, it's been heavily tested on slower devices like Raspberry Pis, and it can run the web server features, multiple backends and plugins quite well even on a Raspberry Pi Zero - it's even been tested with some quite impressive performance on an older [Nokia N900](https://en.wikipedia.org/wiki/Nokia_N900), and of course you can run it on any laptop, desktop, server environment. It's been developed mainly with IoT in mind (and some of its features overlap with IoT frameworks like [Mozilla IoT](https://iot.mozilla.com) and [Android Things](https://developer.android.com/things/)), but nothing prevents you from automating any task on any device and environment. To get started: diff --git a/setup.py b/setup.py index fc23c330..b069ee39 100755 --- a/setup.py +++ b/setup.py @@ -123,6 +123,7 @@ setup( # ('/etc/platypush', ['platypush/config.example.yaml']) # ], long_description = readfile('README.md'), + long_description_content_type = 'text/markdown', classifiers = [ "Topic :: Utilities", "License :: OSI Approved :: MIT License",