Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package bspline as an installable Python module #3

Merged
merged 10 commits into from
Aug 17, 2017

Conversation

Technologicat
Copy link
Collaborator

Attached is a PR to make bspline into an installable Python module. This is especially convenient when it is needed by several local projects, as it is then enough to install it once, avoiding the need to copy files around.

This PR is sufficient to support setuptools, i.e. python setup.py install (with various options). I would prefer to have it also on PyPI (for pip install), but that is really up to you as the original author, unless you want me to take up the packaging. :)

Install instructions in README.md have been updated to reflect the change.

I took the liberty to mark this version as v0.1.0, since with setuptools it is highly recommended to have a version number. The platform has been marked as Linux, as that is what I'm testing on, but it will probably work on any platform.

@Technologicat Technologicat merged commit 611801a into johntfoster:master Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant