Skip to content

New python packaging.

Compare
Choose a tag to compare
@joshuascheid joshuascheid released this 15 Sep 22:11
· 6 commits to master since this release
c29c3a9
Upgrade python packaging to distribute as a platform wheel. (#5)

* Upgrade python packaging to distribute as a platform wheel.

Move to setuptools and separate setup.cfg configuration file.
MANIFEST.in file is no longer needed.

Make sknobs extension python2/3 compatible using the py3c library.

Link to README.md added as setuptools applies a sandbox to avoid
use of outside files.

* Note some package dependencies for building.

* Avoid attempt to update system POD file.

* Include py3c headers to avoid build depenency.  Some distros (e.g., AL2) have
no package for this.

* Add include directory for build.