Include .gitignore and .coveragerc in the dist
authorKarl O. Pinc <kop@karlpinc.com>
Sat, 2 Jan 2021 23:10:04 +0000 (17:10 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 2 Jan 2021 23:10:04 +0000 (17:10 -0600)
setup.py

index 858a5d687fe87bb5f2bc06a39a6b88b2fccbf7cc..02a8091d08554198a913b5415681b00eeb8962c1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -154,6 +154,7 @@ setup(
         'pgwui_testing': [
             'VERSION',
             'TEMPLATE/*',
+            'TEMPLATE/.*',
             'TEMPLATE/*/*',
             'TEMPLATE/*/*/*',
             'TEMPLATE/*/*/*/*',