Skip to content

Commit 71da19d

Browse files
committed
Remove unused logs module
1 parent ea11832 commit 71da19d

File tree

5 files changed

+0
-174
lines changed

5 files changed

+0
-174
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ include .pip_readme.rst
66
include README.rst
77
include pytest.ini
88
include LICENCE.txt
9-
include s2fft/default-logging-config.yaml
109

1110
exclude .coveragerc
1211
exclude *.log

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ classifiers = [
2828
description = "Differentiable and accelerated spherical transforms with JAX"
2929
dependencies = [
3030
"numpy>=1.20,<2",
31-
"colorlog",
32-
"pyyaml",
3331
"jax>=0.3.13",
3432
"jaxlib",
3533
"torch",
@@ -150,9 +148,6 @@ lint.pep8-naming.classmethod-decorators = [
150148
[tool.setuptools]
151149
packages = ["s2fft"]
152150

153-
[tool.setuptools.package-data]
154-
s2fft = ["default-logging-config.yaml"]
155-
156151
[tool.setuptools_scm]
157152
local_scheme = "no-local-version"
158153
write_to = "s2fft/_version.py"

s2fft/default-logging-config.yaml

Lines changed: 0 additions & 58 deletions
This file was deleted.

s2fft/logs.py

Lines changed: 0 additions & 91 deletions
This file was deleted.

tests/test_logs.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)