Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
fix submodule missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Santos committed Feb 26, 2020
1 parent 31e9a7c commit 051a47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
include_package_data=True,
keywords='spotware openapi2',
name='spotware_connect',
packages=find_packages(include=['spotware_connect']),
packages=find_packages(include=['spotware_connect', 'spotware_connect.messages']),
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
Expand Down

0 comments on commit 051a47e

Please sign in to comment.