~cjwatson/brz-loom/rename-python-package

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Colin Watson
  • Date: 2022-08-08 12:17:24 UTC
  • Revision ID: cjwatson@canonical.com-20220808121724-s04blvagxgc7i8no
Rename Python package from "Loom" to "brz-loom".

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from version import *
24
24
 
25
25
if __name__ == '__main__':
26
 
    setup(name="Loom",
 
26
    setup(name="brz-loom",
27
27
          version="3.0.0",
28
28
          description="Loom plugin for bzr.",
29
29
          author="Canonical Ltd",