Desciption in setup.py
This commit is contained in:
parent
da1150735c
commit
1f4b0fb6ad
13
setup.py
13
setup.py
@ -5,10 +5,11 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Pytex',
|
name='Pytex',
|
||||||
version='0.1',
|
version='0.2',
|
||||||
description='Writing latex files and compile it with python and jinja2',
|
description='Writing latex files and compile it with python and jinja2',
|
||||||
author='Benjamin Bertrand',
|
url='https://git.opytex.org/lafrite/Pytex',
|
||||||
author_email='lafrite@poneyworld.net',
|
author='Bertrand Benjamin',
|
||||||
|
author_email='benjamin.bertrand@opytex.org',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
@ -16,3 +17,9 @@ setup(
|
|||||||
'path.py',
|
'path.py',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# -----------------------------
|
||||||
|
# Reglages pour 'vim'
|
||||||
|
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
||||||
|
# cursor: 16 del
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user