File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
2- name = " pendulum"
2+ name = " dlt- pendulum"
33version = " 3.0.1"
44description = " Python datetimes made easy"
55readme = " README.rst"
@@ -31,7 +31,7 @@ Repository = "https://github.com/sdispater/pendulum"
3131
3232
3333[tool .poetry ]
34- name = " pendulum"
34+ name = " dlt- pendulum"
3535version = " 3.0.1"
3636description = " Python datetimes made easy"
3737authors = [" Sébastien Eustace <sebastien@eustace.io>" ]
@@ -41,7 +41,9 @@ homepage = "https://pendulum.eustace.io"
4141repository = " https://github.com/sdispater/pendulum"
4242documentation = " https://pendulum.eustace.io/docs"
4343keywords = [' datetime' , ' date' , ' time' ]
44-
44+ packages = [
45+ { include = " pendulum" , from =" src" },
46+ ]
4547
4648[tool .poetry .dependencies ]
4749python = " >=3.9"
@@ -86,6 +88,8 @@ test = ["time-machine"]
8688
8789[tool .maturin ]
8890module-name = " pendulum._pendulum"
91+ features = [" pyo3/extension-module" ]
92+ python-packages = [" pendulum" ]
8993
9094
9195[tool .ruff ]
You can’t perform that action at this time.
0 commit comments