Skip to content

Commit

Permalink
docs: create hard copy of README (#26)
Browse files Browse the repository at this point in the history
### Summary of Changes

Poetry is not able to handle a `README` that is in a folder above
`pyproject.toml`. For now, I've created a hard copy of it, which can be
accessed.

See also: python-poetry/poetry#7617
  • Loading branch information
lars-reimann authored Mar 7, 2023
1 parent bed5024 commit 1bd076c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.0"
description = "A user-friendly library for Data Science in Python."
authors = ["Lars Reimann <[email protected]>"]
license = "MIT"
readme = "../README.md"
readme = "README.md"
repository = "https://github.com/Safe-DS/Stdlib"
documentation = "https://safe-ds-stdlib.readthedocs.io"
keywords = ["data science", "machine learning", "usability", "learnability"]
Expand Down

0 comments on commit 1bd076c

Please sign in to comment.