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

Commit

Permalink
build/pkgs/sage_docbuild/src/setup.py: Restrict find_namespace_packag…
Browse files Browse the repository at this point in the history
…es to sage_docbuild
  • Loading branch information
Matthias Koeppe committed Feb 23, 2021
1 parent b42920b commit 0a472f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/sage_docbuild/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from setuptools import setup, find_namespace_packages

setup(
packages=find_namespace_packages()
packages=find_namespace_packages(include=['sage_docbuild'])
)

0 comments on commit 0a472f2

Please sign in to comment.