diff --git a/setup.py b/setup.py index 6a52643..b0d577f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( - name='Pytex', + name='mypytex', version='0.2', description='Writing latex files and compile it with python and jinja2', url='https://git.opytex.org/lafrite/Pytex',