Skip to content

Commit aff1822

Browse files
committed
twine check fix
1 parent f92d1dc commit aff1822

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ graft docs
22
graft src
33
graft tests
44

5+
include .azure-pipelines.yml
56
include .bumpversion.cfg
67
include .coveragerc
78
include .editorconfig
9+
include .readthedocs.yml
810

911
include CHANGELOG.rst
1012
include LICENSE.rst
@@ -20,7 +22,7 @@ prune src/*/examples/*
2022
prune src/*.egg-info
2123
prune tests/tmp_out
2224

23-
exclude *.{coverage*,git*,Python,xml,yml}
25+
exclude coverage.xml
2426
exclude src/*/examples/*.png
2527
include src/microstructpy/examples/aluminum_micro.png
2628
exclude src/*/examples/*.txt

0 commit comments

Comments
 (0)