We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See python-packaging/highlighter#1
The text was updated successfully, but these errors were encountered:
A common layout is one like this:
setup.py the_package/ __init__.py foo.py tests/ __init__.py test_foo.py
If you specify
packages = the_package
it should be corrected to
packages = the_package the_package.tests
The crawling logic can probably use importall.finder.find_importable_names relative to package_dir from the config.
package_dir
This is an intermediate issue, and some familiarity with packaging with setuptools is helpful.
Sorry, something went wrong.
No branches or pull requests
See python-packaging/highlighter#1
The text was updated successfully, but these errors were encountered: