summaryrefslogtreecommitdiff
path: root/graphics/mol2chemfig/install/mol2chemfig-1.5/setup.py
blob: c23ad6237aa33321fe18eb9d0ed556b4fef5b4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from distutils.core import setup

setup(name='mol2chemfig',
      version='1.5',
      description='Full version of mol2chemfig',
      #summary='Full version of mol2chemfig',
      license='The LaTeX project public license',
      package_dir={'mol2chemfig':'src'},
      author='Michael Palmer',
      author_email='mpalmer@uwaterloo.ca',
      url='http://chimpsky.uwaterloo.ca/mol2chemfig/',
      scripts=['mol2chemfig','mol2chemfig.cmd'],
      packages=["mol2chemfig"]
)