diff options
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c19ef4b..7d48f9b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,6 @@ -recursive-include . *.ini *.json *.py *.txt *.md +include pyagl\ * +include *.txt +include tox.ini +recursive-include templates *.json +recursive-include templates *.py +recursive-include pyagl *.ini |