We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb4139 commit 2836c36Copy full SHA for 2836c36
MANIFEST.in
@@ -7,22 +7,22 @@ prune examples/adhoc-layout/*.egg-info
7
prune examples/src-layout/src/*.egg-info
8
9
graft .github/workflows
10
-graft src
11
graft ci
+graft src
12
graft tests
13
14
include .bumpversion.cfg
15
include .cookiecutterrc
16
include .coveragerc
17
include .editorconfig
18
-include tox.ini
19
-include .readthedocs.yml
20
include .pre-commit-config.yaml
+include .readthedocs.yml
+include .ruff.toml
21
include AUTHORS.rst
22
include CHANGELOG.rst
23
include CONTRIBUTING.rst
24
include LICENSE
25
include README.rst
26
-
+include tox.ini
27
28
global-exclude *.py[cod] __pycache__/* *.so *.dylib
0 commit comments