From 0ad25da3d9263ac38bbebf71f88e8bdc68498fbe Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Tue, 16 Jan 2024 11:03:35 -0800 Subject: [PATCH] 6.0.0 --- README.rst | 2 +- adsbxcot/__init__.py | 2 +- docs/index.md | 14 +++++++------- setup.cfg | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 1fef7cd..7ab18d0 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ Supported ADS-B Aggregators: - ADS-B Exchange: https://www.adsbexchange.com/ - adsb.fi: https://adsb.fi - ADS-B Hub: https://www.adsbhub.org/ -- Airplanes.Live: https://Airplanes.Live +- Airplanes.Live: https://airplanes.live License ======= diff --git a/adsbxcot/__init__.py b/adsbxcot/__init__.py index 85a9cd7..a7138a5 100644 --- a/adsbxcot/__init__.py +++ b/adsbxcot/__init__.py @@ -35,7 +35,7 @@ "Unable to import required modules, ignoring (Python 3.6 build work-around)." ) -__version__ = "6.0.0-beta1" +__version__ = "6.0.0" __author__ = "Greg Albrecht " __copyright__ = "Copyright Sensors & Signals LLC https://www.snstac.com" __license__ = "Apache License, Version 2.0" diff --git a/docs/index.md b/docs/index.md index 757a5a3..f9ab3f2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,13 +10,13 @@ ADSBXCOT runs in any Python 3.6+ environment, on both Windows & Linux. **N.B.**: Almost all ADS-B Aggreators require pre-authorization before allowing access to ADS-B data. This pre-authorization is often in the form of an API key. Many of these services provide these API keys for free, provided you feed data from your local ADS-B receiver into their cloud-service. Otherwise, they charge a fee for access to ADS-B data. Your organization should reach out to these ADS-B data aggregator services directly to negotiate terms for your use. -[Documentation is available here.](https://adsbxcot.rtfd.io) +Supported ADS-B Aggregators: -Have your own ADS-B receiver? Check out [ADSBCOT](https://adsbcot.rtfd.io). +- ADS-B Exchange [https://www.adsbexchange.com/](https://www.adsbexchange.com/) +- adsb.fi: [https://adsb.fi/](https://adsb.fi/) +- ADS-B Hub: [https://www.adsbhub.org/](https://www.adsbhub.org/) +- Airplanes.Live: [https://airplanes.live/](https://airplanes.live/) -Supported ADS-B Aggregators: +[Documentation is available here.](https://adsbxcot.rtfd.io) -- ADS-B Exchange: https://www.adsbexchange.com/ -- adsb.fi: https://adsb.fi -- ADS-B Hub: https://www.adsbhub.org/ -- Airplanes.Live: https://Airplanes.Live \ No newline at end of file +Have your own ADS-B receiver? Check out [ADSBCOT](https://adsbcot.rtfd.io). diff --git a/setup.cfg b/setup.cfg index 290aef8..20417eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ project_urls = CI: GitHub Actions = https://github.com/snstac/adsbxcot/actions GitHub: issues = https://github.com/snstac/adsbxcot/issues GitHub: repo = https://github.com/snstac/adsbxcot -description = Display Aircraft in TAK. PyTAK gateway for displaying aircraft tracks from ADS-B Aggregators (ADSBExchange, adsb.fi, et al.) in TAK Products (ATAK, WinTAK, iTAK, TAK Server, TAKX). +description = Display Aircraft in TAK. A gateway for displaying aircraft tracks from ADS-B Aggregators (ADSBExchange, adsb.fi, et al.) in TAK Products (ATAK, WinTAK, iTAK, TAK Server, TAKX). long_description = file: README.rst long_description_content_type = text/x-rst maintainer = Greg Albrecht