Skip to content

Commit

Permalink
Package data
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Dec 30, 2022
1 parent dfcf9f2 commit 94dd616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ def docs(session):
@nox.session
def test(session):
"""Run the test suite."""
session.install("-e", ".")
session.install(".")
session.run(*(["pytest"] + session.posargs))
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
license="LICENSE.md",
install_requires=["sphinx>=4.0", "matplotlib"],
packages=["sphinxext/opengraph"],
include_package_data=True,
package_data={"sphinxext.opengraph": ["sphinxext/opengraph/_static/*"]},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Plugins",
Expand Down

0 comments on commit 94dd616

Please sign in to comment.