Commit 5749306e authored by Michael Davidsaver's avatar Michael Davidsaver

1.0

parent a83de88b
setuptools extension for building non-Python Dynamic Shared Objects
===================================================================
Building non-python shared libraries (eg. libY.so or Y.dll) for inclusion in a Python Wheel.
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.
See [example/setup.py](example/setup.py) for usage.
......@@ -4,7 +4,7 @@ from setuptools import setup, Extension
setup(
name='setuptools_dso',
version="0.1a9",
version="1.0",
description="setuptools extension to build non-python shared libraries",
long_description="""setuptools extension for building non-python shared libraries
and packaging them for distribution. eg. for use by python extensions.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment