Skip to content

Commit

Permalink
Fix typo (again) -- wrong format for data file
Browse files Browse the repository at this point in the history
  • Loading branch information
fkodom committed Feb 3, 2022
1 parent 5758192 commit ffacd91
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 @@ -35,7 +35,7 @@ def get_version_tag() -> str:
long_description_content_type="text/markdown",
install_requires=["colorama", "regex"],
extras_require=extras_require,
data_files=[("data", ["words.txt"])],
data_files=[("data", ["data/words.txt"])],
entry_points={
"console_scripts": [
"play-wordle=wordle.game:main",
Expand Down

0 comments on commit ffacd91

Please sign in to comment.