[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 version.txt

View File

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

View File

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