Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Apply suggested changes
Browse files Browse the repository at this point in the history
Swap `src` and `rc` in MANIFEST.in.

modified:   MANIFEST.in
  • Loading branch information
jugmac00 committed May 15, 2020
1 parent 4fd65ab commit 10b1239
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions MANIFEST.in
Expand Up @@ -10,11 +10,10 @@ exclude MANIFEST.in
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include zc *.txt
recursive-include docs Makefile

recursive-include src *.pt
recursive-include src *.rst
recursive-include src *.txt
recursive-include src *.xml
recursive-include src *.zcml
recursive-include zc *.pt
recursive-include zc *.rst
recursive-include zc *.txt
recursive-include zc *.xml
recursive-include zc *.zcml

0 comments on commit 10b1239

Please sign in to comment.