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

Fix pip cython alt #19

Merged
merged 2 commits into from
Sep 20, 2018
Merged

Fix pip cython alt #19

merged 2 commits into from
Sep 20, 2018

Conversation

cas--
Copy link
Contributor

@cas-- cas-- commented Sep 20, 2018

An alternative to #18 that does not require cython to build from source distribution.

Added:

  • setup.py long_description, using contents of README.md.
  • setup_requires with setuptools and wheel.
  • MANIFEST.in file to include relevant files in sdist tarball.
  • Missing license info.

Changed:

  • Import from setuptools instead of distutils to enable building
    wheels.

Fixed:

Removed:

  • Unneeded setup.cfg file.

Added:
 * setup.py long_description, using contents of README.md.
 * setup_requires with setuptools and wheel.
 * MANIFEST.in file to include relevant files in sdist tarball.
 * Missing license info.

Changed:
 * Import from setuptools instead of distutils to enable building
   wheels.

Fixed:
 * Fixes aresch#11 pip cython requirement issue by generating `.c` with sdist.

Removed:
 * Unneeded setup.cfg file.
@aresch aresch merged commit 93ef7ee into aresch:master Sep 20, 2018
@cas-- cas-- deleted the fix-pip-cython-alt branch September 20, 2018 18:23
@jhgit
Copy link

jhgit commented Nov 29, 2018

Maybe a setup.py option to force a build from a dist not to use cython would be helpful. If a user has cython installed for his own needs, he may wish to just use the distributed .c rather than spin extra cycles using cython/.pyx to build. I don't have a patch yet - just inquiring at the moment.

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

3 participants