Metadata-Version: 1.2
Name: setuptools_dso
Version: 1.3
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.
        
        This extension provides at alternative to bundling externally built
        libraries in Python Wheel packages.  This is to replace the external
        build system (eg. Makefile).
        
        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
