Skip to content

Commit 94dd616

Browse files
committed
Package data
1 parent dfcf9f2 commit 94dd616

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ def docs(session):
3232
@nox.session
3333
def test(session):
3434
"""Run the test suite."""
35-
session.install("-e", ".")
35+
session.install(".")
3636
session.run(*(["pytest"] + session.posargs))

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
license="LICENSE.md",
1717
install_requires=["sphinx>=4.0", "matplotlib"],
1818
packages=["sphinxext/opengraph"],
19+
include_package_data=True,
20+
package_data={"sphinxext.opengraph": ["sphinxext/opengraph/_static/*"]},
1921
classifiers=[
2022
"Development Status :: 5 - Production/Stable",
2123
"Environment :: Plugins",

0 commit comments

Comments
 (0)