summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg23
1 files changed, 23 insertions, 0 deletions
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