We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcf9f2 commit 94dd616Copy full SHA for 94dd616
noxfile.py
@@ -32,5 +32,5 @@ def docs(session):
32
@nox.session
33
def test(session):
34
"""Run the test suite."""
35
- session.install("-e", ".")
+ session.install(".")
36
session.run(*(["pytest"] + session.posargs))
setup.py
@@ -16,6 +16,8 @@
16
license="LICENSE.md",
17
install_requires=["sphinx>=4.0", "matplotlib"],
18
packages=["sphinxext/opengraph"],
19
+ include_package_data=True,
20
+ package_data={"sphinxext.opengraph": ["sphinxext/opengraph/_static/*"]},
21
classifiers=[
22
"Development Status :: 5 - Production/Stable",
23
"Environment :: Plugins",
0 commit comments