ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/FILEMOVER/setup.py
Revision: 1.1
Committed: Fri Oct 31 14:44:53 2008 UTC (16 years, 5 months ago) by valya
Content type: text/x-python
Branch: MAIN
CVS Tags: V01_00_33, V01_00_32, V01_00_31, V01_00_30, V01_00_29, V01_00_28, V01_00_27, V01_00_26, V01_00_25, V01_00_24, V01_00_23, V01_00_22, V01_00_21, V01_00_20, V01_00_19, V01_00_18, V01_00_17, V01_00_16, V01_00_15, V01_00_14, V01_00_13, V01_00_12, V01_00_11, V01_00_10, V01_00_09, V01_00_08, V01_00_07, V01_00_06, V01_00_05, V01_00_04, V01_00_03, V01_00_02, V01_00_01, HEAD
Log Message:
Added FileMover code into COMP repository

File Contents

# User Rev Content
1 valya 1.1
2     from distutils.core import setup
3    
4     setup(name='CmsFileServer',
5     version='0.1',
6     author='Brian Bockelman and Valentin Kuznetsov',
7     description='Web server for CMS files.',
8    
9     package_dir={'': 'src'},
10     packages=['CmsFileServer'],
11     )
12