Skip to content

Commit 1db8d39

Browse files
authored
Fixed the copy of the missing data file (#58)
1 parent c3333ca commit 1db8d39

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.IN

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
recursive-include velbus *.py
2+
include velbus/data.json
23
include README.txt
34
include setup.py

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
setup(
44
name="python-velbus",
5-
version="2.0.41",
5+
version="2.0.42",
66
url="https://github.com/thomasdelaet/python-velbus",
77
license="MIT",
88
author="Thomas Delaet",
99
install_requires=["pyserial==3.3"],
1010
author_email="thomas@delaet.org",
1111
packages=["velbus", "velbus.connections", "velbus.messages", "velbus.modules"],
12+
include_package_data=True,
1213
)

0 commit comments

Comments
 (0)