summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2016-04-19 12:22:53 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2016-04-19 12:22:53 +0000
commit4982fcf63724f9b3ab0af0e84bc01a073bc0d2a2 (patch)
tree32b9c3fe2ae382598df208df7cdeb9c1bc0f4b40
parentabd2454f12a1fc79e44577b29cd80e8d3f4a6df4 (diff)
downloadpython-fastimport-git-4982fcf63724f9b3ab0af0e84bc01a073bc0d2a2.tar.gz
Set maintainer field, update homepage.
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 151a09c..34e7404 100755
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,8 @@ setup(name="fastimport",
version=version,
author="Canonical Ltd",
author_email="bazaar@lists.canonical.com",
+ maintainer="Jelmer Vernooij",
+ maintainer_email="jelmer@jelmer.uk",
license="GNU GPL v2 or later",
- url="https://launchpad.net/python-fastimport",
+ url="htps://github.com/jelmer/python-fastimport",
packages=['fastimport', 'fastimport.tests', 'fastimport.processors'])