From a58cfed19c55fb239680cd9d464c295efcc7a865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Wed, 25 Mar 2020 17:17:24 +0000 Subject: Move static descriptions to `setup.cfg` simplifying `setup.py`. This removes a number of fixed strings from the Python side of the setup, and prefers referencing the `README.md` file by name. --- setup.cfg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 81b33c5..006215e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,26 @@ +[metadata] +name = glucometerutils +description = Glucometer access utilities +long_description = file:README.md +long_description_content_type: text/markdown +author = Diego Elio Pettenò +author_email = flameeyes@flameeyes.com +license = MIT +url = https://flameeyes.com/p/glucometerutils +keywords = + glucometer + diabetes +classifiers = + Programming Language :: Python + Programming Language :: Python :: 3 + Development Status :: 4 - Beta + Environment :: Console + Operating System :: OS Independent + License :: OSI Approved :: MIT License + Intended Audience :: End Users/Desktop + Topic :: Scientific/Engineering :: Medical Science Apps. + + [tool:pytest] addopts = --color=yes -- cgit v1.2.3