aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in4
-rw-r--r--setup.cfg1
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
diff --git a/setup.cfg b/setup.cfg
index 72baf7c..19ad04b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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