diff options
author | Frederick Muriuki Muriithi | 2022-05-05 10:17:47 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-05-05 10:17:47 +0300 |
commit | 3116206b9eca593323c7e25b200ebc76b9a59f6c (patch) | |
tree | 13357cd60abe63099eaf3a7a40305520da538174 /setup.cfg | |
parent | 92d466522640e876d839409c8bd06f610859e056 (diff) | |
download | gn-uploader-3116206b9eca593323c7e25b200ebc76b9a59f6c.tar.gz |
Add the long_description field for setuptools
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ 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] |