Skip to content

Commit 1c3a9be

Browse files
authored
fixed find_packages (#7)
1 parent 441a736 commit 1c3a9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
description="Supporting continuous HTML section numbering",
1414
long_description=open("README.md").read(),
1515
long_description_content_type="text/markdown",
16-
packages=find_packages("sphinx_multitoc_numbering"),
16+
packages=find_packages(),
1717
license="MIT",
1818
install_requires=["sphinx"],
1919
extras_require={

0 commit comments

Comments
 (0)