Skip to content

Commit 2836c36

Browse files
committed
MANIFEST.in: include .ruff.toml
1 parent 6eb4139 commit 2836c36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: MANIFEST.in

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ prune examples/adhoc-layout/*.egg-info
77
prune examples/src-layout/src/*.egg-info
88

99
graft .github/workflows
10-
graft src
1110
graft ci
11+
graft src
1212
graft tests
1313

1414
include .bumpversion.cfg
1515
include .cookiecutterrc
1616
include .coveragerc
1717
include .editorconfig
18-
include tox.ini
19-
include .readthedocs.yml
2018
include .pre-commit-config.yaml
19+
include .readthedocs.yml
20+
include .ruff.toml
2121
include AUTHORS.rst
2222
include CHANGELOG.rst
2323
include CONTRIBUTING.rst
2424
include LICENSE
2525
include README.rst
26-
26+
include tox.ini
2727

2828
global-exclude *.py[cod] __pycache__/* *.so *.dylib

0 commit comments

Comments
 (0)