diff options
author | Frederick Muriuki Muriithi | 2024-03-08 02:37:00 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-08 02:48:10 +0300 |
commit | 6ced7085193affa636f229e72dc19175a3a06cfe (patch) | |
tree | 98f21fb4b267e93f1fb155684a6804d297e454d9 /setup.cfg | |
parent | fc59312e3ff124f76c0646a5ce88b419ca3621bb (diff) | |
download | gn-uploader-6ced7085193affa636f229e72dc19175a3a06cfe.tar.gz |
Update packaging and distribution declarations.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 3e579e0..0000000 --- a/setup.cfg +++ /dev/null @@ -1,26 +0,0 @@ -[metadata] -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 -long_description = file: README.org -long_description_content_type = text/org -url = http://git.genenetwork.org/fredmanglis/gnqc_py - -[options] -packages = - etc - scripts - quality_control -install_requires = - redis - Flask - jsonpickle - mysqlclient -exclude = tests* -include_package_data = True - -[options.entry_points] -console_scripts = - qc = scripts.qc:main
\ No newline at end of file |