Feat: add click in dependencie

This commit is contained in:
Bertrand Benjamin 2020-08-20 16:11:26 +02:00
parent 16af6c15fc
commit 1ce68931d6
1 changed files with 2 additions and 1 deletions

View File

@ -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']