Skip to content

Commit

Permalink
renames to dlt-pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Dec 29, 2024
1 parent d29dee6 commit ce302d6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "pendulum"
name = "dlt-pendulum"
version = "3.0.1"
description = "Python datetimes made easy"
readme = "README.rst"
Expand Down Expand Up @@ -31,7 +31,7 @@ Repository = "https://github.com/sdispater/pendulum"


[tool.poetry]
name = "pendulum"
name = "dlt-pendulum"
version = "3.0.1"
description = "Python datetimes made easy"
authors = ["Sébastien Eustace <[email protected]>"]
Expand All @@ -41,7 +41,9 @@ homepage = "https://pendulum.eustace.io"
repository = "https://github.com/sdispater/pendulum"
documentation = "https://pendulum.eustace.io/docs"
keywords = ['datetime', 'date', 'time']

packages = [
{ include = "pendulum", from="src" },
]

[tool.poetry.dependencies]
python = ">=3.9"
Expand Down Expand Up @@ -86,6 +88,8 @@ test = ["time-machine"]

[tool.maturin]
module-name = "pendulum._pendulum"
features = ["pyo3/extension-module"]
python-packages = ["pendulum"]


[tool.ruff]
Expand Down

0 comments on commit ce302d6

Please sign in to comment.