drufat / triangle

Python bindings to the triangle library
GNU Lesser General Public License v3.0
224 stars 53 forks source link

setup.py: ensuring Cython dependency #7

Closed PolarNick239 closed 8 years ago

PolarNick239 commented 8 years ago

Now Cython is not prerequirement - it will be installed if needed.

New dependency: setuptools>=18.0 (see changelist)

This is fix for issue#1.

PolarNick239 commented 8 years ago

Can I remove osx from travis configuration? (more details)

drufat commented 8 years ago

Sure. You can remove osx.

Why did you add triangle/core.c to .gitignore? I would prefer that is continues to be tracked as it is checked in already in git.

Otherwise the pull request looks good. I can merge it as soon as the tests pass.

PolarNick239 commented 8 years ago

I think you mean c/triangle.c, it was not gitignored, I added triangle/core.c because it is created on pip install -e . and it is not in git for now. May be I am missing something?

drufat commented 8 years ago

No, you are right. I confused the two files with each other.