diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-08-02 22:55:47 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-08-03 10:12:25 +0200 |
commit | 92f1c7b1937ecc2f084e3a4dbb7ed2aaaf5c796b (patch) | |
tree | d75dc9e2ede9805e52bc5f40fc6a4213a14777cd | |
parent | Expect an input file as argument instead. (diff) | |
download | glucometerutils-92f1c7b1937ecc2f084e3a4dbb7ed2aaaf5c796b.tar glucometerutils-92f1c7b1937ecc2f084e3a4dbb7ed2aaaf5c796b.tar.gz glucometerutils-92f1c7b1937ecc2f084e3a4dbb7ed2aaaf5c796b.tar.bz2 glucometerutils-92f1c7b1937ecc2f084e3a4dbb7ed2aaaf5c796b.tar.lz glucometerutils-92f1c7b1937ecc2f084e3a4dbb7ed2aaaf5c796b.tar.xz glucometerutils-92f1c7b1937ecc2f084e3a4dbb7ed2aaaf5c796b.tar.zst glucometerutils-92f1c7b1937ecc2f084e3a4dbb7ed2aaaf5c796b.zip |
Diffstat (limited to '')
-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] |