Skip to content

Commit 2987747

Browse files
committed
fix pypi package
1 parent 9657a23 commit 2987747

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ venv
44
.idea
55
dist
66
__pycache__
7+
VERSION.txt

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include VERSION.txt

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
name='open-bus-stride-client',
2020
version=version,
2121
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
22+
include_package_data=True,
2223
install_requires=['requests', 'pytz', 'json-stream==1.3.0'],
2324
extras_require={
2425
'cli': extras_cli,

0 commit comments

Comments
 (0)