Skip to content

Commit

Permalink
Hotfix for pyproject.toml
Browse files Browse the repository at this point in the history
* Move urls section down, to the proper position.
  • Loading branch information
SaelKimberly committed Feb 6, 2024
1 parent 959bb3e commit 63882fd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ name = "rxls"
version = "0.2.2"
description = "Reading both XLSX and XLSB files, fast and memory-safe, into PyArrow."
authors = [{ name = "SaelKimberly", email = "[email protected]" }]
[project.urls]
Homepage = "https://github.com/SaelKimberly/rxls"
Documentation = "https://github.com/SaelKimberly/rxls"
Repository = "https://github.com/SaelKimberly/rxls.git"
Issues = "https://github.com/SaelKimberly/rxls/issues"

dependencies = [
"recordclass>=0.21.1",
Expand All @@ -20,6 +15,13 @@ requires-python = ">=3.8"
readme = "README.md"
license = { text = "MIT" }

[project.urls]
Homepage = "https://github.com/SaelKimberly/rxls"
Documentation = "https://github.com/SaelKimberly/rxls"
Repository = "https://github.com/SaelKimberly/rxls.git"
Issues = "https://github.com/SaelKimberly/rxls/issues"


[project.optional-dependencies]
performance = ["numba>=0.58.1", "tbb>=2021.11.0"]
ts_extended = ["polars>=0.20.4"]
Expand Down

0 comments on commit 63882fd

Please sign in to comment.