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

Commit 0a472f2

Browse files
author
Matthias Koeppe
committed
build/pkgs/sage_docbuild/src/setup.py: Restrict find_namespace_packages to sage_docbuild
1 parent b42920b commit 0a472f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/sage_docbuild/src/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from setuptools import setup, find_namespace_packages
44

55
setup(
6-
packages=find_namespace_packages()
6+
packages=find_namespace_packages(include=['sage_docbuild'])
77
)

0 commit comments

Comments
 (0)