Feat: add click in dependencie
This commit is contained in:
parent
16af6c15fc
commit
1ce68931d6
3
setup.py
3
setup.py
@ -5,7 +5,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Bopytex',
|
name='Bopytex',
|
||||||
version='0.1.1',
|
version='0.1.2',
|
||||||
description='Command line tool for compiling latex with python command embedded',
|
description='Command line tool for compiling latex with python command embedded',
|
||||||
author='Benjamin Bertrand',
|
author='Benjamin Bertrand',
|
||||||
author_email='programming@opytex.org',
|
author_email='programming@opytex.org',
|
||||||
@ -13,6 +13,7 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
'mapytex',
|
'mapytex',
|
||||||
'mypytex',
|
'mypytex',
|
||||||
|
'click',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": ['bopytex=bopytex.script:new']
|
"console_scripts": ['bopytex=bopytex.script:new']
|
||||||
|
Loading…
Reference in New Issue
Block a user