Skip to content

Commit

Permalink
polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
se-jaeger committed Jan 21, 2025
1 parent ad8712f commit 10c8e26
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@
[project]
dynamic = ["classifiers"]

Check failure on line 2 in pyproject.toml

View workflow job for this annotation

GitHub Actions / Ruff (ubuntu-latest, 3.11)

Ruff (RUF200)

pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`

Check failure on line 2 in pyproject.toml

View workflow job for this annotation

GitHub Actions / Ruff (ubuntu-latest, 3.10)

Ruff (RUF200)

pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`

Check failure on line 2 in pyproject.toml

View workflow job for this annotation

GitHub Actions / Ruff (ubuntu-latest, 3.9)

Ruff (RUF200)

pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`

Check failure on line 2 in pyproject.toml

View workflow job for this annotation

GitHub Actions / Ruff (ubuntu-latest, 3.12)

Ruff (RUF200)

pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`

Check failure on line 2 in pyproject.toml

View workflow job for this annotation

GitHub Actions / Ruff (macos-latest, 3.11)

Ruff (RUF200)

pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`

[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]
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"
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 10c8e26

Please sign in to comment.