Skip to content

Commit

Permalink
fix pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jun 23, 2022
1 parent 9657a23 commit 2987747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ venv
.idea
dist
__pycache__
VERSION.txt
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include VERSION.txt
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -19,6 +19,7 @@
name='open-bus-stride-client',
version=version,
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
include_package_data=True,
install_requires=['requests', 'pytz', 'json-stream==1.3.0'],
extras_require={
'cli': extras_cli,
Expand Down

0 comments on commit 2987747

Please sign in to comment.