From 79958914fd56a0e51ff924d8fefbf85988b3e064 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sat, 18 Feb 2017 03:41:39 +0100 Subject: [PATCH] Fixes in README and setup.py --- README.md | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0fba751..ac92859 100644 --- a/README.md +++ b/README.md @@ -39,15 +39,15 @@ In Fedora and other Red Hat derived distros you can use `yum install python3-pip ### Git -[Git](https://git-scm.com/) is a tool used for manage source code repositories. Also is a tool that can be used for distribute software. For install the next tools you need git install in your server. +[Git](https://git-scm.com/) is a tool used for manage source code repositories. Also is a tool that can be used for distribute software. For install the next tools you need git installed in your server. In Debian and Ubuntu you can install git using the next command: `apt-get install git`. -In Fedora and other Red Hat derived distros you can use `yum install git`. +In Fedora and other Red Hat derived distros you can use `yum install git` or `dnf install git` in last fedora versions. ## Install Paramecio Framework -Pastafari need a web framework called Paramecio. You can install this framework using the next command in your server: +You can install the framework using the next command in your server: `pip3 install git+https://github.com/paramecio/parameciofm` diff --git a/setup.py b/setup.py index ee4a817..097f267 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ if sys.version_info < (3, 3): setup(name='paramecio', version='0.1.2', description='Fast and simple Framework based in bottle and Mako.', - long_description='This framework is simple framework used for create web apps. Paramecio is modular and fast. By default have a module called admin that can be used for create ', + long_description='This framework is simple framework used for create web apps. Paramecio is modular and fast. By default have a module called admin that can be used for create admin sites', author='Antonio de la Rosa Caballero', author_email='webmaster@web-t-sys.com', url='http://paramecioproject.com/',