Skip to content

Commit

Permalink
Fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
Cutwell committed Aug 7, 2023
1 parent 750d780 commit 34667eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-web-io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python-web-io/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
packages = [{include = "python_web_io"}]
Expand Down

0 comments on commit 34667eb

Please sign in to comment.