Metadata-Version: 1.2
Name: setuptools-dso
Version: 1.0
Summary: setuptools extension to build non-python shared libraries
Home-page: https://github.com/mdavidsaver/setuptools_dso
Author: Michael Davidsaver
Author-email: mdavidsaver@gmail.com
License: BSD
Description: setuptools extension for building non-python shared libraries
        and packaging them for distribution.  eg. for use by python extensions.
        
        If you have to ask "why", then keep moving along.  There is nothing for you to see here.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging
Requires-Python: >=2.7
