From 953ea0fd2b1e755ac13a8957461f2a449642645d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 16 May 2020 16:24:14 +0100 Subject: Move more setup() parameters in setup.cfg. This leaves only very few parameters to setup(), one of which is calculated programmatically so cannot be moved at all. --- setup.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index a6cb959..74d28d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,15 @@ classifiers = Intended Audience :: End Users/Desktop Topic :: Scientific/Engineering :: Medical Science Apps. +[options] +python_requires = ~= 3.7 +install_requires = + attrs +packages = find: + +[options.data_files] +lib/udev/rules = + udev/69-glucometerutils.rules [tool:pytest] addopts = -- cgit v1.2.3