From 79abbc83ffa64324c0e5bf1d029be00340f7a43e Mon Sep 17 00:00:00 2001 From: "E. Madison Bray" <erik.bray@lri.fr> Date: Tue, 25 May 2021 10:31:16 +0200 Subject: [PATCH] [packaging] add some additional metadata bits to setup.cfg omits licensing information for now pending discussion on #91 --- setup.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/setup.cfg b/setup.cfg index 9bd8ef50..ec6eac51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,19 @@ [metadata] name = dnadna +description = Deep Neural Architecture for DNA +long_description = file: README.md +long_description_content_type = text/markdown +author = The DNADNA Developers +maintainer_email = embray@lri.fr +url = https://gitlab.com/mlgenetics/dnadna +classifiers = + Development Status :: 3 - Alpha + Environment :: Console + Environment :: GPU :: NVIDIA CUDA + Intended Audience :: Science/Research + Programming Language :: Python :: 3.7 + Topic :: Scientific/Engineering :: Bio-Informatics + [options] python_requires = >= 3.6 -- GitLab