Bopytex/setup.py

30 lines
702 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(
2017-04-17 14:00:22 +00:00
name='Bopytex',
2017-04-16 15:46:00 +00:00
version='0.1',
description='Jinja environment for latex with computing macros',
author='Benjamin Bertrand',
author_email='lafrite@poneyworld.net',
2017-04-17 14:00:22 +00:00
packages=['bopytex'],
2017-04-16 15:46:00 +00:00
install_requires=[
'jinja2',
'path.py',
2017-04-17 14:04:14 +00:00
#'Mapytex',
2017-04-16 15:46:00 +00:00
],
2017-04-17 14:04:14 +00:00
# dependency_links=[
# "git+http://git.poneyworld.net/pyMath/#egg=pyMath",
# ],
2017-04-16 15:46:00 +00:00
entry_points={
2017-04-17 14:00:22 +00:00
"console_scripts": ['bopytex= bopytex.bopytex:main']
2015-05-16 08:42:39 +00:00
},
2017-04-16 15:46:00 +00:00
)
# -----------------------------
# Reglages pour 'vim'
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
# cursor: 16 del