Skip to content

Commit 97a0fb0

Browse files
PyPi Automation Tests
1 parent 34d0d30 commit 97a0fb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AprsLibrary/AprsLibrary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
)
3131
logger = logging.getLogger(__name__)
3232

33-
__version__ = "0.8.6"
33+
__version__ = "0.8.7"
3434
__author__ = "Joerg Schultze-Lutter"
3535

3636

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
packages=find_packages(),
2323
author_email="[email protected]",
2424
url="https://github.com/joergschultzelutter/robotframework-aprslib",
25+
include_package_data=True,
2526
classifiers=[
2627
"Intended Audience :: Developers",
2728
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)