Metadata-Version: 1.1
Name: requiresexample
Version: 0.1.1
Summary: An example package to demonstrate the use of `requires` in pure distutils
Home-page: http://activestate.com/activepython
Author: srid
Author-email: sridhar.ratna@gmail.com
License: UNKNOWN
Description: 
        setuptools has install_requires which works with easy_install/pip/PyPM. Can the
        same effect be achieved with `requires` of distutils? This package explores this
        idea with PyPM.
        
Platform: UNKNOWN
Requires: lxml
Requires: httplib2
