Skip to content

Commit

Permalink
data file include
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed May 25, 2022
1 parent 5bc2854 commit 8dbd8ee
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python package
name: Lint & Test Code

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Upload Python Package
name: Publish package to PyPI

on: push

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include README.rst LICENSE requirements.txt
recursive-include aiscot/data *
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ aiscot - AIS Cursor-on-Target Gateway.
****************************************
**IF YOU HAVE AN URGENT OPERATIONAL NEED**: Email [email protected] or call/sms +1-415-598-8226

.. image:: docs/screenshot-1601068921-25.png
.. image:: https://raw.githubusercontent.com/ampledata/aiscot/main/docs/screenshot-1601068921-25.png
:alt: Screenshot of AIS points in ATAK-Div Developer Edition.
:target: docs/screenshot-1601068921.png
:target: https://raw.githubusercontent.com/ampledata/aiscot/main/docs/screenshot-1601068921.png


aiscot receives AIS Sentences from an AIS Receiver, such as ais-decoder,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import setuptools

__title__ = "aiscot"
__version__ = "4.0.0b7"
__version__ = "4.0.0b8"
__author__ = "Greg Albrecht W2GMD <[email protected]>"
__copyright__ = "Copyright 2022 Greg Albrecht"
__license__ = "Apache License, Version 2.0"
Expand Down Expand Up @@ -48,7 +48,7 @@ def read_readme(readme_file="README.rst") -> str:
description="AIS Cursor-On-Target Gateway.",
author="Greg Albrecht",
author_email="[email protected]",
package_data={"": ["LICENSE", "data/*"]},
package_data={"": ["LICENSE"]},
license="Apache License, Version 2.0",
long_description=read_readme(),
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 8dbd8ee

Please sign in to comment.