diff options
-rw-r--r-- | setup.cfg | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -5,33 +5,33 @@ [metadata] name = glucometerutils description = Glucometer access utilities -long_description = file:README.md +long_description = file: README.md long_description_content_type = text/markdown +url = https://flameeyes.com/p/glucometerutils author = Diego Elio Pettenò author_email = flameeyes@flameeyes.com license = MIT license_files = - AUTHORS - LICENSES/* -url = https://flameeyes.com/p/glucometerutils -keywords = - glucometer - diabetes + AUTHORS + LICENSES/* 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 + License :: OSI Approved :: MIT License + Operating System :: OS Independent + Programming Language :: Python + Programming Language :: Python :: 3 Topic :: Scientific/Engineering :: Medical Science Apps. +keywords = + glucometer + diabetes [options] -python_requires = ~= 3.7 +packages = find: install_requires = attrs -packages = find: +python_requires = ~= 3.7 [options.data_files] lib/udev/rules = @@ -39,15 +39,15 @@ lib/udev/rules = [tool:pytest] addopts = - --color=yes - --ignore=setup.py - -r a + --color=yes + --ignore=setup.py + -r a norecursedirs = - .git - dist - build - venv - .env + .git + dist + build + venv + .env timeout = 120 [flake8] |