summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2020-07-07 13:59:43 -0400
committeranselor <anselor@gmail.com>2020-07-08 14:51:31 -0400
commitff64eff8854c9b52a1f48e4b843e9a738d2b388d (patch)
tree734419988bbb26a31ecc1caa9e18b0a6686cc6f3 /MANIFEST.in
parentbc50e370c6113ada43acbfaf94d211f3917a7870 (diff)
downloadcmd2-git-ff64eff8854c9b52a1f48e4b843e9a738d2b388d.tar.gz
Swap out tox for nox
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b0606391..734f73ad 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include LICENSE README.md CHANGELOG.md CONTRIBUTING.md tox.ini Pipfile
+include LICENSE README.md CHANGELOG.md CONTRIBUTING.md tox.ini noxfile.py Pipfile
recursive-include examples *
recursive-include tests *
recursive-include docs *