From 86d523d222533108e383b28cdef03121b3e9cc2c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 22 Dec 2019 17:31:05 +0100 Subject: [PATCH] Feat: prepare to pack! --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b0d577f..d25c896 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='mypytex', - version='0.2', + version='0.3', description='Writing latex files and compile it with python and jinja2', url='https://git.opytex.org/lafrite/Pytex', author='Bertrand Benjamin', @@ -14,7 +14,6 @@ setup( packages=find_packages(), install_requires=[ 'jinja2', - 'path.py', ], )