Skip to content

Commit

Permalink
Include stegosaurus.txt file in package dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquesydow committed Feb 25, 2021
1 parent e2fd3b7 commit 5961738
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynophores/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _greet():
Print CLI greeting.
"""

logo_path = Path(_version.__file__).parent / "../docs/_static/stegosaurus.txt"
logo_path = Path(_version.__file__).parent / "data/stegosaurus.txt"
with open(logo_path, "r", encoding="ascii") as f:
print(f.read())
title_str = f"Dynophores CLI {_version.get_versions()['version']}"
Expand Down
File renamed without changes.

0 comments on commit 5961738

Please sign in to comment.