From 1ce68931d67a6d43b7cc1bf7fe04872e3ac904c7 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 20 Aug 2020 16:11:26 +0200 Subject: [PATCH] Feat: add click in dependencie --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8bc0fc..5c2f353 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='Bopytex', - version='0.1.1', + version='0.1.2', description='Command line tool for compiling latex with python command embedded', author='Benjamin Bertrand', author_email='programming@opytex.org', @@ -13,6 +13,7 @@ setup( install_requires=[ 'mapytex', 'mypytex', + 'click', ], entry_points={ "console_scripts": ['bopytex=bopytex.script:new']