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 40e1210 commit ce63d6cCopy full SHA for ce63d6c
MANIFEST.in
@@ -1,6 +1,7 @@
1
graft docs
2
prune docs/build
3
graft requirements
4
+graft src
5
graft tests
6
include contributing.rst readme_pypi.rst tox.ini
7
global-exclude *.py[cod] __pycache__ *.so
pyproject.toml
@@ -45,6 +45,9 @@ documentation = "https://sphinx-codeautolink.rtfd.org"
45
[tool.setuptools.dynamic]
46
version = {attr = "sphinx_codeautolink.__version__"}
47
48
+[tool.setuptools.package-data]
49
+sphinx_codeautolink = ["*.css"]
50
+
51
[tool.pytest.ini_options]
52
python_files = "*.py"
53
testpaths = ["tests"]
0 commit comments