diff options
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | pyproject.toml | 2 | ||||
-rw-r--r-- | yoshi_cli.egg-info/SOURCES.txt | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..b957f5b --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include wordlist.txt diff --git a/pyproject.toml b/pyproject.toml index 21dfb15..01fb556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yoshi-cli" -version = "0.1.2" +version = "0.1.3" authors = [ { name="Christian Cleberg", email="hello@cleberg.net" }, ] diff --git a/yoshi_cli.egg-info/SOURCES.txt b/yoshi_cli.egg-info/SOURCES.txt index 62143a6..6995b27 100644 --- a/yoshi_cli.egg-info/SOURCES.txt +++ b/yoshi_cli.egg-info/SOURCES.txt @@ -1,6 +1,8 @@ LICENSE +MANIFEST.in README.md pyproject.toml +wordlist.txt yoshi/__init__.py yoshi/__main__.py yoshi/account.py |