Skip to content

Commit

Permalink
docs: switch PyPI readme from root/README to docs/index
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed May 2, 2023
1 parent eac749b commit 3de7270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Install the synthetic data package:
pip install -U "autora-synthetic-data"
```

!!! success
It is recommended to use a `python` environment manager like `virtualenv`.
> 💡We recommend using a `python` environment manager like `virtualenv`.
Check your installation by running:
```shell
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "AutoRA Synthetic Data"
authors = []
dynamic = ["version"]

readme = "README.md"
readme = "docs/index.md"
license = { text = "MIT License" }

# ADD NEW DEPENDENCIES HERE
Expand Down

0 comments on commit 3de7270

Please sign in to comment.