Feat: prepare to pack!

This commit is contained in:
Bertrand Benjamin 2019-12-22 17:31:05 +01:00
parent 6a130d0086
commit 86d523d222
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name='mypytex',
version='0.2',
version='0.3',
description='Writing latex files and compile it with python and jinja2',
url='https://git.opytex.org/lafrite/Pytex',
author='Bertrand Benjamin',
@ -14,7 +14,6 @@ setup(
packages=find_packages(),
install_requires=[
'jinja2',
'path.py',
],
)