Skip to content

Commit

Permalink
fixed deb builder, beta bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 20, 2024
1 parent dd93cf4 commit 5f14853
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aiscot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

"""AISCOT: Display Ships in TAK - AIS to TAK Gateway"""

__version__ = "6.0.0-beta2"
__version__ = "6.0.0-beta3"

# Python 3.6 test/build work-around:
try:
Expand Down
10 changes: 5 additions & 5 deletions debian/aiscot.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

echo "AISCOT Post Install"

# shellcheck source=aiscot.default.conf
# shellcheck source=aiscot.conf
[ -f "/etc/default/python3-aiscot" ] && . /etc/default/python3-aiscot

# Sane defaults:
Expand Down Expand Up @@ -70,10 +70,10 @@ then
fi
fi

systemctl enable AISCOT.service
systemctl enable python3-aiscot.service

echo "AISCOT has been installed."
echo "Configure: sudo nano /etc/default/AISCOT"
echo "Start: sudo systemctl start AISCOT.service"
echo "aiscot has been installed."
echo "Configure: sudo nano /etc/default/python3-aiscot"
echo "Start: sudo systemctl start python3-aiscot.service"

exit 0
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ console_scripts =


[options]
include_package_data = True
packages = aiscot
package_dir =
aiscot = aiscot
Expand Down

0 comments on commit 5f14853

Please sign in to comment.