Directory ignored by "setup.py"
Posted
by lazy1
on Stack Overflow
See other posts from Stack Overflow
or by lazy1
Published on 2010-06-06T14:15:40Z
Indexed on
2010/06/06
14:22 UTC
Read the original article
Hit count: 351
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?
© Stack Overflow or respective owner