Metadata-Version: 1.0
Name: iw.dist
Version: 0.1.1
Summary: Distutils commands to upload files to several servers
Home-page: UNKNOWN
Author: Ingeniweb
Author-email: support@ingeniweb.com
License: GPL
Description: ================
        iw.dist package
        ================
        
        .. contents::
        
        What is iw.dist ?
        ==================
        
        This package adds two new commands to distutils:
        
        - mupload: interactive command that allow uploading the package
        to several servers
        - mregister: interactive command that allow registering to several
        servers
        
        How to use iw.dist ?
        ====================
        
        Like distutils commands::
        
        $ python setup.py mregister sdist bdist_egg mupload
        
        
        
        
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
