Compare commits
No commits in common. "90067b4068ad182e36636fc082040b237d22d1ba" and "51d900844de5a39bc7d172864cb76b6ed186461b" have entirely different histories.
90067b4068
...
51d900844d
3
.gitignore
vendored
3
.gitignore
vendored
@ -96,6 +96,3 @@ ENV/
|
|||||||
|
|
||||||
# mkdocs documentation
|
# mkdocs documentation
|
||||||
/site
|
/site
|
||||||
|
|
||||||
# pytest
|
|
||||||
.pytest_cache/
|
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mypytex',
|
name='mypytex',
|
||||||
version='0.4',
|
version='0.3',
|
||||||
description='Writing latex files and compile it with python and jinja2',
|
description='Writing latex files and compile it with python and jinja2',
|
||||||
url='https://git.opytex.org/lafrite/Pytex',
|
url='https://git.opytex.org/lafrite/Pytex',
|
||||||
author='Bertrand Benjamin',
|
author='Bertrand Benjamin',
|
||||||
|
Loading…
Reference in New Issue
Block a user