chiark / gitweb /
Allow StGIT to be installed in a local directory
authorCatalin Marinas <catalin.marinas@gmail.com>
Mon, 15 Aug 2005 16:16:17 +0000 (17:16 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Mon, 15 Aug 2005 16:16:17 +0000 (17:16 +0100)
commit47e93ba96f6ca55cb4bf3701d4d5d190f25c0c49
tree570ade2005bcb779a08975975e9e98c8e20fbcb9
parent5185abc17c92cf16f985a5768654126af226c228
Allow StGIT to be installed in a local directory

StGIT should no longer rely on being installed under /usr. This has
implications in the default python search path, the /etc/stgitrc file
and the /usr/share/stgit/templates directory.

By default, the 'python setup.py install' command will now install StGIT
in the home directory of the current user.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
MANIFEST.in
examples/stgitrc [moved from stgitrc with 87% similarity]
setup.cfg [new file with mode: 0644]
setup.py
stg
stgit/config.py