Metadata-Version: 1.0
Name: SetupFixer
Version: 0.1.0
Summary: A collection of utilities for easy configuration of setuptools.
Home-page: http://www.flightdataservices.com/
Author: Flight Data Services Ltd
Author-email: developers@flightdataservices.com
License: Open Software License (OSL-3.0)
Description: .. contents:: **Table of Contents**
        
        Introduction
        ============
        
        SetupFixer is a utility to help simplify the configuration of `setup.py` in
        your package. It provides the following utilities:
        
        * A requirements file parser for extracting names of required packages.
        
        Package requires **pip** for installation.
        
            pip install setupfixer
        
        Project sponsored by Flight Data Services Ltd: http://www.flightdataservices.com/
        
        Changes
        =======
        
        0.1.0
        -----
        
        * Initial release.
        
        TODO
        ====
        
        * Handle version numbers for ``--editable``/``-e`` lines in requirement files.
        * Handle extraction and merging of multiple version constraints.
        * Auto-versioning of releases
        
        See the **TODO** markers in ``setupfixer/*.py`` for a complete list.
        
        
Keywords: setuptools,easy_install,distribute,pip,requirements
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
