Skip to content

Conversation

pawamoy
Copy link
Member

@pawamoy pawamoy commented Feb 22, 2022

mkdocstrings/mkdocstrings#387

Confirmed it worked by installing the package with pip install . in a venv, moving to a completely different directory, and running from mkdocstrings_handlers import vba in the venv's Python interpreter.

@rudolfbyker
Copy link
Collaborator

Very nice, thanks!

We use black to lint our code. It's expecting double-quotes:

     url="https://github.com/AutoActuary/mkdocstrings-vba",
-    packages=setuptools.find_namespace_packages(include=['mkdocstrings_handlers.*']),
+    packages=setuptools.find_namespace_packages(include=["mkdocstrings_handlers.*"]),
     classifiers=[

@rudolfbyker rudolfbyker merged commit 2181eaf into mkdocstrings:master Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants