aprsd-weewx-plugin/setup.cfg

41 lines
965 B
INI
Raw Normal View History

2021-09-03 10:21:28 -04:00
[metadata]
name = aprsd_weewx_plugin
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Walter A. Boring IV
author_email = waboring@hemna.com
2021-09-03 11:59:33 -04:00
license_file = LICENSE
2021-09-03 10:21:28 -04:00
classifier =
Topic :: Communications :: Ham Radio
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
description_file =
README.rst
2021-09-03 17:11:46 -04:00
project_urls =
Source=https://github.com/hemna/aprsd-weewx-plugin
Tracker=https://github.com/hemna/aprsd-weewx-plugin/issues
2021-09-03 10:21:28 -04:00
summary = HAM Radio APRSD that reports weather from a weewx weather station.
2021-09-03 10:18:57 -04:00
2021-09-03 10:21:28 -04:00
[global]
setup-hooks =
pbr.hooks.setup_hook
2021-09-03 10:18:57 -04:00
2021-09-03 10:21:28 -04:00
[files]
packages =
aprsd_weewx_plugin
2021-09-03 10:18:57 -04:00
2021-09-03 10:21:28 -04:00
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
2021-09-03 10:18:57 -04:00
2021-09-03 10:21:28 -04:00
[upload_sphinx]
upload-dir = doc/build/html
[mypy]
ignore_missing_imports = True
strict = True