diff --git a/MANIFEST.in b/MANIFEST.in index 81d0cc3..76b5d1d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README.rst +include README.md include bash-autocompletion/lutin include version.txt diff --git a/README.rst b/README.md similarity index 73% rename from README.rst rename to README.md index 34b5948..eb7205b 100644 --- a/README.rst +++ b/README.md @@ -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 +``` +pip install lutin +``` Install pip on debian/ubuntu: - - sudo apt-get install pip +``` +sudo apt-get install pip +``` Install pip on ARCH-linux: - - sudo pacman -S pip +``` +sudo pacman -S pip +``` Install pip on MacOs: - - sudo easy_install pip - +``` +sudo easy_install pip +``` License (MPL v2.0) --------------------- diff --git a/setup.py b/setup.py index fd78374..3ded8c3 100755 --- a/setup.py +++ b/setup.py @@ -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