Metadata-Version: 2.1
Name: setuptools-dso
Version: 2.1a2
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
Project-URL: Documentation, https://mdavidsaver.github.io/setuptools_dso
Platform: UNKNOWN
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

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.


