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 34d0d30 commit 97a0fb0Copy full SHA for 97a0fb0
AprsLibrary/AprsLibrary.py
@@ -30,7 +30,7 @@
30
)
31
logger = logging.getLogger(__name__)
32
33
-__version__ = "0.8.6"
+__version__ = "0.8.7"
34
__author__ = "Joerg Schultze-Lutter"
35
36
setup.py
@@ -22,6 +22,7 @@
22
packages=find_packages(),
23
author_email="[email protected]",
24
url="https://github.com/joergschultzelutter/robotframework-aprslib",
25
+ include_package_data=True,
26
classifiers=[
27
"Intended Audience :: Developers",
28
"Programming Language :: Python :: 3",
0 commit comments