We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e268fcf commit 42493a7Copy full SHA for 42493a7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## PyTAK 7.1.0
2
+
3
+Happy Lunar New Year 2025 - Year of the Snake.
4
5
+- Fixes
6
7
8
## PyTAK 7.0.1
9
10
Happy Summer Solstice
README.md
@@ -2,7 +2,7 @@
# Python Team Awareness Kit
-PyTAK is a Python Module for creating [TAK](https://tak.gov) clients, servers & gateways.
+PyTAK is a Python Module for creating Team Awareness Kit ([TAK](https://tak.gov)) clients, servers & gateways.
## Features
setup.cfg
@@ -57,6 +57,8 @@ keywords =
57
packages = find:
58
include_package_data = True
59
python_requires = >=3.6, <4
60
+package_dir =
61
+ pytak = src
62
63
[options.packages.find]
64
where = src
0 commit comments