From bfad6535000d1c5fc4ae780d6432f1af86e94997 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 5 May 2022 09:53:26 +0300 Subject: Add package management configs --- MANIFEST.in | 4 ++-- 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 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 -- cgit v1.2.3