Skip to content

Commit

Permalink
Installable package
Browse files Browse the repository at this point in the history
pv-atmos can now be installed using setup.py and imported as package
pv-atmos
  • Loading branch information
pviz committed May 27, 2014
1 parent f5356cf commit bbbb14c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Empty file added __init__.py
Empty file.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from distutils.core import setup
setup(name='pv_atmos',
version='1.0',
description='Utilities for scientific visualization with ParaView',
authot='Martin Jucker',
url='https://github.com/mjucker/pv_atmos',
package_dir={'pv_atmos': ''},
packages=['pv_atmos'],
)

0 comments on commit bbbb14c

Please sign in to comment.