Skip to content

Commit ce63d6c

Browse files
committed
packaging
1 parent 40e1210 commit ce63d6c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
graft docs
22
prune docs/build
33
graft requirements
4+
graft src
45
graft tests
56
include contributing.rst readme_pypi.rst tox.ini
67
global-exclude *.py[cod] __pycache__ *.so

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ documentation = "https://sphinx-codeautolink.rtfd.org"
4545
[tool.setuptools.dynamic]
4646
version = {attr = "sphinx_codeautolink.__version__"}
4747

48+
[tool.setuptools.package-data]
49+
sphinx_codeautolink = ["*.css"]
50+
4851
[tool.pytest.ini_options]
4952
python_files = "*.py"
5053
testpaths = ["tests"]

0 commit comments

Comments
 (0)