Skip to content

Commit

Permalink
Adjust sphinxcontrib.mermaid for PEP 420
Browse files Browse the repository at this point in the history
  • Loading branch information
npilon authored and timkpaine committed Sep 12, 2024
1 parent 30e6a13 commit dea2e76
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import find_packages, setup
from setuptools import find_namespace_packages, setup

readme = open("README.rst", encoding="utf-8").read()
changes = open("CHANGELOG.rst", encoding="utf-8").read()
Expand Down Expand Up @@ -58,8 +58,8 @@ def remove_block(text, token, margin=0):
"Topic :: Utilities",
],
platforms="any",
packages=find_packages(),
packages=find_namespace_packages(where='./', include=['sphinxcontrib.mermaid']),
package_dir={'': './'},
include_package_data=True,
install_requires=["sphinx", "pyyaml"],
namespace_packages=["sphinxcontrib"],
)
12 changes: 0 additions & 12 deletions sphinxcontrib/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dea2e76

Please sign in to comment.