mirror of
https://github.com/hemna/aprsd-slack-plugin.git
synced 2024-11-16 05:12:11 -05:00
Hemna
36b2eff71c
This patch Adds the Makefile for setting up a dev environment as well as fixing the plugin for the 1.5.0 release of aprsd.
39 lines
882 B
INI
39 lines
882 B
INI
[metadata]
|
|
name = aprsd_slack_plugin
|
|
long_description = file: README.rst
|
|
long_description_content_type = text/x-rst
|
|
author = Walter A. Boring IV
|
|
author_email = something@somewhere.com
|
|
license_file = LICENSE.txt
|
|
classifier =
|
|
Topic :: Communications :: Ham Radio
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
description_file =
|
|
README.rst
|
|
summary = Amateur radio APRS daemon which listens for messages and responds
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
aprsd_slack_plugin
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[mypy]
|
|
ignore_missing_imports = True
|
|
strict = True
|