diff options
-rw-r--r-- | MANIFEST.in | 4 | ||||
-rw-r--r-- | setup.cfg | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 65f3dd8..c227457 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include README.org -include etc/* -exclude etc/*~
\ No newline at end of file +recursive-include etc *.py *.csv +recursive-exclude tests/ *.py *.tsv *.csv
\ No newline at end of file @@ -2,6 +2,7 @@ name = qc version = 0.0.1 author = Frederick M. Muriithi +author_email = not@my.email description = Quality control app for average and standard-error files url = http://git.genenetwork.org/fredmanglis/gnqc_py |