Metadata-Version: 2.4
Name: setuptools_dso
Version: 1.7
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
Classifier: Development Status :: 5 - Production/Stable
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
Classifier: Framework :: Setuptools Plugin
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=2.7
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

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.
