diff --git a/setup.cfg b/setup.cfg
index 9bd8ef50004eba2e1d28a9beb45c1e6aa4a59207..ec6eac51d29478e7c6b947d80570743bf10f1cb6 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