Metadata-Version: 2.1
Name: setuptools_dso
Version: 2.5
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
Project-URL: Release Notes, https://mdavidsaver.github.io/setuptools_dso/releasenotes.html
Description: # setuptools extension for building non-Python Dynamic Shared Objects
        
        Building non-python shared libraries (eg. `libY.so`, `libY.dylib`, or `Y.dll`) for inclusion in a Python Wheel.
        
        This extension provides at alternative to bundling externally built
        libraries in Python Wheel packages.  This replaces an external
        build system (eg. Makefile), allowing non-python libraries to be
        built from source within the python ecosystem.
        
        - Documentation at https://mdavidsaver.github.io/setuptools_dso
        - Github project https://github.com/mdavidsaver/setuptools_dso
        - PYPI https://pypi.org/project/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
Description-Content-Type: text/markdown
