Bopytex/setup.py

30 lines
689 B
Python
Raw Normal View History

2015-05-16 08:42:39 +00:00
#!/usr/bin/env python
2017-04-16 15:46:00 +00:00
# encoding: utf-8
2015-05-16 08:42:39 +00:00
from setuptools import setup
2017-04-16 15:46:00 +00:00
setup(
name='Opytex',
version='0.1',
description='Jinja environment for latex with computing macros',
author='Benjamin Bertrand',
author_email='lafrite@poneyworld.net',
packages=['opytex'],
install_requires=[
'jinja2',
'path.py',
'pyMath',
],
dependency_links=[
2015-05-16 10:07:37 +00:00
"git+http://git.poneyworld.net/pyMath/#egg=pyMath",
2017-04-16 15:46:00 +00:00
],
entry_points={
2015-05-16 08:42:39 +00:00
"console_scripts": ['opytex= opytex.opytex:main']
},
2017-04-16 15:46:00 +00:00
)
# -----------------------------
# Reglages pour 'vim'
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
# cursor: 16 del