From 9ee9285448f48a1e973b13222472f2272811bf56 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sat, 25 May 2024 18:55:40 +0200 Subject: [PATCH] Fixes in documentation and new version in setup.py --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07cfdab..6f10845 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,6 @@ If you get an error in your installation of dependencies how MarkupSafe or SqlAl `apt-get install python3-mako python3-sqlalchemy` and try pip3 command again. +## Documentation + +You can find paramecio2 documentation in this [site](https://git.cuchulu.com/paramecio2/) diff --git a/setup.py b/setup.py index 5a4dfa9..390f9e4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ if sys.version_info < (3, 9): # If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc setup(name='paramecio2', - version='2.0.34 ', + version='2.0.35', description='Simple Web Framework based in flask and Mako.', long_description='This framework is a 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',