diff --git a/python-web-io/README.md b/python-web-io/README.md index f9e2741..604a744 100644 --- a/python-web-io/README.md +++ b/python-web-io/README.md @@ -24,7 +24,7 @@ poetry add python_web_io --with examples After installing the project, some environment setup is required: ### Required setup -Create an `app.py` file containing your script, a `config.toml` setting the script filepath and entrypoint, and an `.envrc` file to store project secrets. (Note: remember to add `.envrc` to your `.gitignore`). Look for example apps in [`./python_web_io/examples`](https://github.com/Cutwell/python-web-io/tree/main/python_web_io/examples). +Create an `app.py` file containing your script, a `config.toml` setting the script filepath and entrypoint, and an `.envrc` file to store project secrets. (Note: remember to add `.envrc` to your `.gitignore`). Look for example apps in [`/examples`](https://github.com/Cutwell/python-web-io/tree/main/python-web-io/examples). ``` . ├── .envrc diff --git a/python-web-io/pyproject.toml b/python-web-io/pyproject.toml index 0a31682..0f9ef70 100644 --- a/python-web-io/pyproject.toml +++ b/python-web-io/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-web-io" -version = "0.2.1" +version = "0.2.2" description = "Generate a webpage as a GUI for a Python script, and serve from anywhere." authors = ["Zachary Smith "] packages = [{include = "python_web_io"}]