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

setup.py #18

Closed
daler opened this issue Apr 23, 2011 · 1 comment
Closed

setup.py #18

daler opened this issue Apr 23, 2011 · 1 comment

Comments

@daler
Copy link
Owner

daler commented Apr 23, 2011

setup.py should require argparse and easy_install it if needed

and not require cython to install, e.g.:

http://docs.cython.org/src/userguide/source_files_and_compilation.html#distributing-cython-modules

not sure if we should also go to setuptools instead of distutils or not

@daler
Copy link
Owner Author

daler commented Apr 25, 2011

I couldn't get setuptools to work with c++ files. It might be possible with a hack to setuptools.Extension, but probably not worth it for now. Also, I couldn't get distutils to recognize the requires kwarg to setup() and therefore automatically get argparse.

Oh well. I think the most straightforward thing to do at this point is keep everything as-is and just be clear in the documentation what the requirements are.

@daler daler closed this as completed Apr 25, 2011
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

No branches or pull requests

1 participant