Skip to content

Commit

Permalink
fixing find_packages call to get tempo package from current dir (data…
Browse files Browse the repository at this point in the history
  • Loading branch information
tnixon authored Sep 30, 2020
1 parent 61c722d commit 028e4a7
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 @@ -13,7 +13,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/databrickslabs/tempo',
packages=find_packages(where="tempo"),
packages=find_packages(where=".", include=["tempo"]),
extras_require=dict(tests=["pytest"]),
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 028e4a7

Please sign in to comment.