Change name to mypytex in setup to push it to pipy

This commit is contained in:
Bertrand Benjamin 2017-09-12 21:55:40 +03:00
parent 7a69fde89d
commit a3b8711fbf
1 changed files with 1 additions and 1 deletions

View File

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