Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/setup.py: Do not look for namespace packages in bin, doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 10, 2021
1 parent 3dcfbe9 commit f8ad239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

log.debug(f"files_to_exclude = {files_to_exclude}")

python_packages = find_namespace_packages(where=SAGE_SRC)
python_packages = find_namespace_packages(where=SAGE_SRC, exclude=['bin', 'doc'])
log.debug(f"python_packages = {python_packages}")

log.info(f"Discovered Python/Cython sources, time: {(time.time() - t):.2f} seconds.")
Expand Down

0 comments on commit f8ad239

Please sign in to comment.