Skip to content

Commit a036b52

Browse files
authored
Transition maintenance responsibilities to Slicer community
1 parent 33397cb commit a036b52

File tree

9 files changed

+20
-16
lines changed

9 files changed

+20
-16
lines changed

.github/issue-templates/linux-nightly-uninstallable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Linux nightly binaries cannot be installed exclusively from the PyTorch wheel indices
3-
assignees: pmeier
3+
assignees: jamesobutler
44
---
55

66
See https://github.com/{{ env.REPO }}/actions/runs/{{ env.ID }} for details.

.github/issue-templates/packages-out-of-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: light-the-torch is out of sync with the PyTorch package indices
3-
assignees: pmeier
3+
assignees: jamesobutler
44
---
55
{%- if env.MISSING|length %}
66
The following packages are available, but not patched:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Unit tests fail with `pip=={{ env.VERSION }}`
3-
assignees: pmeier
3+
assignees: jamesobutler
44
---
55

66
See https://github.com/{{ env.REPO }}/actions/runs/{{ env.ID }} for details.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Include `pip=={{ env.VERSION }}` in the supported versions
3-
assignees: pmeier
3+
assignees: jamesobutler
44
---
55

66
Unit tests succeeded in https://github.com/{{ env.REPO }}/actions/runs/{{ env.ID }}.

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Thanks a lot for your interest to contribute to `light-the-torch`! All contributions are
44
appreciated, be it code or not. Especially in a project like this, we rely on user
55
reports for edge cases we didn't anticipate. Please feel free to
6-
[open an issue](<(https://github.com/pmeier/light-the-torch/issues)>) if you encounter
6+
[open an issue](<(https://github.com/Slicer/light-the-torch/issues)>) if you encounter
77
anything that you think should be working but doesn't.
88

99
If you are planning to contribute bug-fixes or documentation improvements, please go
10-
ahead and open a [pull request (PR)](https://github.com/pmeier/light-the-torch/pulls).
10+
ahead and open a [pull request (PR)](https://github.com/Slicer/light-the-torch/pulls).
1111
If you are planning to contribute new features, please open an
12-
[issue](https://github.com/pmeier/light-the-torch/issues) and discuss the feature with
12+
[issue](https://github.com/Slicer/light-the-torch/issues) and discuss the feature with
1313
us first.
1414

1515
## Workflow
@@ -18,7 +18,7 @@ To start working on `light-the-torch` clone the repository from GitHub and set u
1818
development environment
1919

2020
```shell
21-
git clone https://github.com/pmeier/light-the-torch
21+
git clone https://github.com/Slicer/light-the-torch
2222
cd light-the-torch
2323
virtualenv .venv --prompt='(light-the-torch-dev) '
2424
source .venv/bin/activate

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2020, Philip Meier
3+
Copyright (c) 2020-2024, Philip Meier
4+
Copyright (c) 2024-, Slicer Community
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# `light-the-torch`
22

3-
[![BSD-3-Clause License](https://img.shields.io/github/license/pmeier/light-the-torch)](https://opensource.org/licenses/BSD-3-Clause)
3+
[![BSD-3-Clause License](https://img.shields.io/github/license/Slicer/light-the-torch)](https://opensource.org/licenses/BSD-3-Clause)
44
[![Project Status: WIP](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
5-
[![Code coverage via codecov.io](https://codecov.io/gh/pmeier/light-the-torch/branch/main/graph/badge.svg)](https://codecov.io/gh/pmeier/light-the-torch)
5+
[![Code coverage via codecov.io](https://codecov.io/gh/Slicer/light-the-torch/branch/main/graph/badge.svg)](https://codecov.io/gh/Slicer/light-the-torch)
66

77
`light-the-torch` is a small utility that wraps `pip` to ease the installation process
88
for PyTorch distributions like `torch`, `torchvision`, `torchaudio`, and so on as well
@@ -169,7 +169,7 @@ them.
169169
Thanks a lot for your interest to contribute to `light-the-torch`! All contributions are
170170
appreciated, be it code or not. Especially in a project like this, we rely on user
171171
reports for edge cases we didn't anticipate. Please feel free to
172-
[open an issue](https://github.com/pmeier/light-the-torch/issues) if you encounter
172+
[open an issue](https://github.com/Slicer/light-the-torch/issues) if you encounter
173173
anything that you think should be working but doesn't.
174174

175175
If you want to contribute code, check out our [contributing guidelines](CONTRIBUTING.md)

light_the_torch/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, msg) -> None:
2929
f"are out of sync.\n"
3030
f"If that is the case, please reinstall light-the-torch. "
3131
f"Otherwise, please submit a bug report at "
32-
f"https://github.com/pmeier/light-the-torch/issues"
32+
f"https://github.com/Slicer/light-the-torch/issues"
3333
)
3434

3535

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ keywords = [
1717
"install",
1818
]
1919
authors = [
20-
{ name = "Philip Meier", email = "github.pmeier@posteo.de" },
20+
{ name = "Philip Meier" },
21+
]
22+
maintainers = [
23+
{ name = "Slicer Community"},
2124
]
2225
license = {text = "BSD-3-Clause"}
2326
classifiers = [
@@ -40,8 +43,8 @@ dependencies = [
4043
dynamic = ["version"]
4144

4245
[project.urls]
43-
Tracker = "https://github.com/pmeier/light-the-torch/issues"
44-
Source = "https://github.com/pmeier/light-the-torch"
46+
Tracker = "https://github.com/Slicer/light-the-torch/issues"
47+
Source = "https://github.com/Slicer/light-the-torch"
4548

4649
[project.scripts]
4750
ltt = "light_the_torch._cli:main"

0 commit comments

Comments
 (0)