Skip to content

Commit

Permalink
build: add metadata to pyproject.toml (#25)
Browse files Browse the repository at this point in the history
Closes #5 .

### Summary of Changes

* Bump version number
* Improve description
* Add link to README
* Add link to repo
* Add link to docs
* Add keywords
  • Loading branch information
lars-reimann authored Mar 7, 2023
1 parent df416a1 commit bed5024
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "safe-ds"
version = "0.1.0"
description = "The Safe-DS standard library."
version = "0.2.0"
description = "A user-friendly library for Data Science in Python."
authors = ["Lars Reimann <mail@larsreimann.com>"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/Safe-DS/Stdlib"
documentation = "https://safe-ds-stdlib.readthedocs.io"
keywords = ["data science", "machine learning", "usability", "learnability"]
packages = [
{ include = "safeds" },
]
Expand Down

0 comments on commit bed5024

Please sign in to comment.