Metadata-Version: 1.0
Name: setuptools-clonedigger
Version: 0.1
Summary: Setuptools command for clonedigger
Home-page: https://github.com/johnnoone/setuptools-clonedigger
Author: Xavier Barbosa
Author-email: UNKNOWN
License: BSD
Description: Setuptools clonedigger command
        ==============================
        
        This package adds clonedigger command to setup.py.
        
        
        
        Usage
        -----
        
        ::
        
          python setup.py clonedigger
        
        
        Differences with the standalone library
        ---------------------------------------
        
        In order to not conflict with other setuptools commands, some options differ
        from the original library.
        
        * all options are prefixed by clonedigger-, so short options are disabled
        * original `output` and `cpd-output` were replaced by a single `clonedigger-file`
        
        News
        ====
        
        0.1
        ---
        
        *Release date: 5-Jun-2012*
        
        * First release
        
Keywords: clonedigger setuptools command
Platform: UNKNOWN
Classifier: Topic :: Documentation
Classifier: Framework :: Setuptools Plugin
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
