From a3b8711fbf03674bb375d3bad1e2043156ef82b0 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 12 Sep 2017 21:55:40 +0300 Subject: [PATCH] Change name to mypytex in setup to push it to pipy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',