From 1f4b0fb6ad68f9de9dcbfdecb8724d0afd16d242 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand Date: Fri, 18 Aug 2017 22:25:01 +0300 Subject: [PATCH] Desciption in setup.py --- setup.py | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d2708da..6a52643 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,11 @@ from setuptools import setup, find_packages setup( name='Pytex', - version='0.1', + version='0.2', description='Writing latex files and compile it with python and jinja2', - author='Benjamin Bertrand', - author_email='lafrite@poneyworld.net', + url='https://git.opytex.org/lafrite/Pytex', + author='Bertrand Benjamin', + author_email='benjamin.bertrand@opytex.org', include_package_data=True, packages=find_packages(), install_requires=[ @@ -16,3 +17,9 @@ setup( 'path.py', ], ) + +# ----------------------------- +# Reglages pour 'vim' +# vim:set autoindent expandtab tabstop=4 shiftwidth=4: +# cursor: 16 del +