[DEBUG] correct the readme rst to md

This commit is contained in:
Edouard DUPIN 2019-08-28 23:11:26 +02:00
parent 58602345b5
commit 3e5a35fa74
3 changed files with 15 additions and 27 deletions

View File

@ -1,3 +1,3 @@
include README.rst include README.md
include bash-autocompletion/lutin include bash-autocompletion/lutin
include version.txt include version.txt

View File

@ -4,23 +4,7 @@ Lutin
`lutin` is a generic builder and package maker is a FREE software tool. `lutin` is a generic builder and package maker is a FREE software tool.
.. image:: https://badge.fury.io/py/lutin.png [![Badge](https://badge.fury.io/py/lutin.png](https://pypi.python.org/pypi/lutin)
:target: https://pypi.python.org/pypi/lutin
Release (master)
----------------
.. image:: https://travis-ci.org/HeeroYui/lutin.svg?branch=master
:target: https://travis-ci.org/HeeroYui/lutin
Developement (dev)
------------------
.. image:: https://travis-ci.org/HeeroYui/lutin.svg?branch=dev
:target: https://travis-ci.org/HeeroYui/lutin
Instructions Instructions
------------ ------------
@ -51,21 +35,24 @@ Installation
Requirements: ``Python >= 2.7`` and ``pip`` Requirements: ``Python >= 2.7`` and ``pip``
Just run: Just run:
```
pip install lutin pip install lutin
```
Install pip on debian/ubuntu: Install pip on debian/ubuntu:
```
sudo apt-get install pip sudo apt-get install pip
```
Install pip on ARCH-linux: Install pip on ARCH-linux:
```
sudo pacman -S pip sudo pacman -S pip
```
Install pip on MacOs: Install pip on MacOs:
```
sudo easy_install pip sudo easy_install pip
```
License (MPL v2.0) License (MPL v2.0)
--------------------- ---------------------

View File

@ -45,6 +45,7 @@ setup(name='lutin',
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: Software Development :: Build Tools', 'Topic :: Software Development :: Build Tools',
], ],
long_description_content_type="text/markdown",
keywords='builder c++ c android ios macos makefile cmake', keywords='builder c++ c android ios macos makefile cmake',
scripts=['bin/lutin'], scripts=['bin/lutin'],
# Does not work on MacOs # Does not work on MacOs