aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..72baf7c
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,21 @@
+[metadata]
+name = qc
+version = 0.0.1
+author = Frederick M. Muriithi
+description = Quality control app for average and standard-error files
+url = http://git.genenetwork.org/fredmanglis/gnqc_py
+
+[options]
+packages =
+ tests
+ scripts
+ quality_control
+install_requires =
+ rq
+ python-magic
+exclude = tests*
+include_package_data = True
+
+[options.entry_points]
+console_scripts =
+ qc = scripts.qc:main \ No newline at end of file