diff options
author | Eric Lin <anselor@gmail.com> | 2020-08-04 14:08:37 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-04 15:23:44 -0400 |
commit | c983abaa881a3ac6110a90194def660489b2d5cc (patch) | |
tree | 62afd538178f18a8f66727fa5e4af60e074a8485 /MANIFEST.in | |
parent | 4c0bdad9acd578536436246023ae884755089040 (diff) | |
download | cmd2-git-c983abaa881a3ac6110a90194def660489b2d5cc.tar.gz |
Removed remaining usages and examples with tox. Updated references to tox to reference to nox instead.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 734f73ad..f0b53367 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include LICENSE README.md CHANGELOG.md CONTRIBUTING.md tox.ini noxfile.py Pipfile +include LICENSE README.md CHANGELOG.md CONTRIBUTING.md noxfile.py Pipfile recursive-include examples * recursive-include tests * recursive-include docs * |