Merge lp:~cjwatson/brz-loom/rename-python-package into lp:brz-loom

Proposed by Colin Watson
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 168
Merged at revision: 168
Proposed branch: lp:~cjwatson/brz-loom/rename-python-package
Merge into: lp:brz-loom
Diff against target: 12 lines (+1/-1)
1 file modified
setup.py (+1/-1)
To merge this branch: bzr merge lp:~cjwatson/brz-loom/rename-python-package
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+428034@code.launchpad.net

Commit message

Rename Python package from "Loom" to "brz-loom".

Description of the change

Otherwise it clashes with the existing https://pypi.org/project/loom/, which is unrelated.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2019-08-22 19:39:25 +0000
3+++ setup.py 2022-08-08 12:19:41 +0000
4@@ -23,7 +23,7 @@
5 from version import *
6
7 if __name__ == '__main__':
8- setup(name="Loom",
9+ setup(name="brz-loom",
10 version="3.0.0",
11 description="Loom plugin for bzr.",
12 author="Canonical Ltd",

Subscribers

People subscribed via source and target branches

to all changes: