Skip to content

Commit

Permalink
Polish pyrpoject.toml (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
se-jaeger authored Jan 21, 2025
1 parent ad8712f commit 29bcec0
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@
[tool.poetry]
[project]
dynamic = ["classifiers"]
name = "tab_err"
version = "0.1.1"
description = "Fully-controllable error generation for tabular data."
authors = [
"Philipp Jung <philippjung@posteo.de>",
"Sebastian Jäger <tab_err@sebastian-jaeger.me>",
{ 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/"
repository = "https://github.com/calgo-lab/tab_err"
documentation = "https://tab-err.readthedocs.io/latest/"
"Bug Tracker" = "https://github.com/calgo-lab/tab_err/issues"

[tool.poetry]
version = "0.1.2"
readme = "README.md"
keywords = ["tabular-data", "data-quality", "error-modelling", "data-errors"]
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
]

[tool.poetry.dependencies]
python = "^3.9,<3.13"
Expand Down

0 comments on commit 29bcec0

Please sign in to comment.