Skip to content

Commit

Permalink
build: add metadata to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Mar 7, 2023
1 parent df416a1 commit 697986c
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 697986c

Please sign in to comment.