Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

setup.py: use setuptools instead of distutils.core #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jtriley
Copy link

@jtriley jtriley commented Jun 23, 2011

adds ability to use "python setup.py develop"

adds ability to use "python setup.py develop"
@kevinw
Copy link
Owner

kevinw commented Jun 28, 2011

since setuptools isn't in stdlib, do you think it's worth asking people to get it elsewhere? my goal with the released zipfile is for it to just work(tm)...I'm not that versed in Python's (current) packaging landscape. any thoughts?

@jtriley
Copy link
Author

jtriley commented Jul 5, 2011

I think it makes sense to support both distutils and setuptools via a try/catch block and this seems to be what most big projects do (look at IPython for example). I can update my pull request with this, however, it seems that this change has already been incorporated in pull request 18:

https://github.com/kevinw/pyflakes/pull/18/files#diff-3

If you're planning on merging 18 then I'm more than happy to close this. Otherwise, I'll update this pull request with a try/catch block.

~Justin

@npinto
Copy link

npinto commented Mar 13, 2012

Got something working here:
https://github.com/npinto/pyflakes

Still needs some clean up but it works. I'm really thinking about forking this and supporting it myself, what do you think @jtriley ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants