2018-11-21 16:38:45 -05:00
|
|
|
[metadata]
|
|
|
|
name = aprsd
|
|
|
|
summary = Amateur radio APRS daemon which listens for messages and responds
|
|
|
|
description-file =
|
|
|
|
README.md
|
|
|
|
author = Craig Lamparter
|
|
|
|
author-email = something@somewhere.com
|
|
|
|
classifier =
|
|
|
|
Topic :: Communications :: Ham Radio
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
aprsd
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
aprsd = aprsd.main:main
|
2020-12-04 08:56:26 -05:00
|
|
|
fake_aprs = aprsd.fake_aprs:main
|
2018-11-21 16:38:45 -05:00
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
|
|
|
|
|
|
|
[upload_sphinx]
|
|
|
|
upload-dir = doc/build/html
|