| Home | Trees | Indices | Help |
|
|---|
|
|
1 # This program is public domain 2 3 """ 4 version and package information about PARK. 5 """ 6 7 version = '1.2.5' 8 9 10 # Authors for the package 11 AUTHORS = 'Paul Kienzle' 12 13 # Email list of Authors 14 EMAILS = 'paul.kienzle@nist.gov' 15 16 # URL of PARK 17 URL = 'http://www.reflectometry.org/danse/park' 18 19 # Download url 20 DOWNLOAD_URL = 'svn co svn://svn@danse.us/park/trunk' 21
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 16 15:04:53 2009 | http://epydoc.sourceforge.net |