diff --git a/aiscot/__init__.py b/aiscot/__init__.py index 11ccc8e..9311ad2 100644 --- a/aiscot/__init__.py +++ b/aiscot/__init__.py @@ -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: diff --git a/debian/aiscot.postinst b/debian/aiscot.postinst index c19e7ff..c23f824 100755 --- a/debian/aiscot.postinst +++ b/debian/aiscot.postinst @@ -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: @@ -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 diff --git a/setup.cfg b/setup.cfg index 4b16309..6eb7e05 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,6 +77,7 @@ console_scripts = [options] +include_package_data = True packages = aiscot package_dir = aiscot = aiscot