2018-11-21 16:38:45 -05:00
|
|
|
[metadata]
|
|
|
|
name = aprsd
|
2021-01-08 15:47:30 -05:00
|
|
|
long_description = file: README.rst
|
|
|
|
long_description_content_type = text/x-rst
|
2021-01-09 14:12:13 -05:00
|
|
|
url = http://aprsd.readthedocs.org
|
2018-11-21 16:38:45 -05:00
|
|
|
author = Craig Lamparter
|
2021-01-08 15:47:30 -05:00
|
|
|
author_email = something@somewhere.com
|
2021-01-09 14:12:13 -05:00
|
|
|
license = Apache
|
|
|
|
license_file = LICENSE
|
2018-11-21 16:38:45 -05:00
|
|
|
classifier =
|
2021-01-09 14:12:13 -05:00
|
|
|
License :: OSI Approved :: Apache Software License
|
2018-11-21 16:38:45 -05:00
|
|
|
Topic :: Communications :: Ham Radio
|
|
|
|
Operating System :: POSIX :: Linux
|
2021-01-09 19:36:09 -05:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: 3
|
2021-01-09 14:12:13 -05:00
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.9
|
2021-01-08 15:47:30 -05:00
|
|
|
description_file =
|
|
|
|
README.rst
|
2021-01-09 14:12:13 -05:00
|
|
|
project_urls =
|
|
|
|
Source=https://github.com/craigerl/aprsd
|
|
|
|
Tracker=https://github.com/craigerl/aprsd/issues
|
2021-01-08 15:47:30 -05:00
|
|
|
summary = Amateur radio APRS daemon which listens for messages and responds
|
2018-11-21 16:38:45 -05:00
|
|
|
|
|
|
|
[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]
|
2021-01-09 14:12:13 -05:00
|
|
|
source-dir = docs
|
|
|
|
build-dir = docs/_build
|
2018-11-21 16:38:45 -05:00
|
|
|
all_files = 1
|
|
|
|
|
|
|
|
[upload_sphinx]
|
2021-01-09 14:12:13 -05:00
|
|
|
upload-dir = docs/_build
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|