Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
se-jaeger committed Jan 21, 2025
1 parent 10c8e26 commit fc8e98e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[project]
dynamic = ["classifiers"]
name = "tab_err"
description = "Fully-controllable error generation for tabular data."
authors = [
{ name = "Philipp Jung", email = "philippjung@posteo.de" },
{ name = "Sebastian Jäger", email = "tab_err@sebastian-jaeger.me" },
]
license = "Apache License 2.0"

[project.urls]
homepage = "https://tab-err.readthedocs.io/latest/"
Expand All @@ -8,14 +15,7 @@ documentation = "https://tab-err.readthedocs.io/latest/"
"Bug Tracker" = "https://github.com/calgo-lab/tab_err/issues"

[tool.poetry]
name = "tab_err"
version = "0.1.1"
description = "Fully-controllable error generation for tabular data."
authors = [
{ name = "Philipp Jung", email = "philippjung@posteo.de" },
{ name = "Sebastian Jäger", email = "tab_err@sebastian-jaeger.me" },
]
license = "Apache License 2.0"
readme = "README.md"
keywords = ["tabular-data", "data-quality", "error-modelling", "data-errors"]
classifiers = [
Expand Down

0 comments on commit fc8e98e

Please sign in to comment.