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

Commit 4eca937

Browse files
author
Matthias Koeppe
committed
build/pkgs/sage_docbuild/src/setup.{cfg,py}: Use an explicit list of packages, add install_requires
1 parent 881c4af commit 4eca937

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build/pkgs/sage_docbuild/src/setup.cfg

+8
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ classifiers =
2323
Programming Language :: Python :: 3.9
2424
Programming Language :: Python :: Implementation :: CPython
2525
Topic :: Scientific/Engineering :: Mathematics
26+
27+
[options]
28+
packages =
29+
sage_docbuild
30+
sage_docbuild.ext
31+
32+
install_requires =
33+
sphinx

0 commit comments

Comments
 (0)