PLUTO
setup.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 from distutils.core import setup
3 setup(name='pyPLUTO',
4  version='4-2.0',
5  description="Python Visualisation module for PLUTO 4 Code ",
6  author="Bhargav Vaidya",
7  author_email="bvaidya@unito.it",
8  url="http://www.ast.leeds.ac.uk/~phybva/Bhargav_Vaidya/Simulations.html",
9  scripts=['bin/GUI_pyPLUTO.py'],
10  packages=['pyPLUTO']
11  )
12 
13 
Definition: setup.py:1