Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The Selenium setup.py can be found at http://code.google.com/p/selenium/source/browse/trunk/setup.py.

When running "python setup.py sdist" the "firefox/test/py" directory is ignored for some reason though it's mentioned in the "package_dir" and in "packages".

Any ideas why it's ignored?

share|improve this question

1 Answer

up vote 1 down vote accepted

That directory is ignored because it is not in the MANIFEST.

More info - http://docs.python.org/distutils/sourcedist.html

share|improve this answer
Works like a char, thanks! – lazy1 Jun 7 '10 at 20:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.