-
-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ This is the Dulwich project. | |
It aims to provide an interface to git repos (both local and remote) that | ||
doesn't call out to git directly but instead uses pure Python. | ||
|
||
Homepage: https://samba.org/~jelmer/dulwich/ | ||
Homepage: https://www.dulwich.io/ | ||
Author: Jelmer Vernooij <[email protected]> | ||
|
||
The project is named after the part of London that Mr. and Mrs. Git live in | ||
|
@@ -31,11 +31,11 @@ Further documentation | |
|
||
The dulwich documentation can be found in doc/ and on the web: | ||
|
||
http://www.samba.org/~jelmer/dulwich/docs/ | ||
https://www.dulwich.io/docs/ | ||
|
||
The API reference can be generated using pydoctor, by running "make pydoctor", or on the web: | ||
|
||
http://www.samba.org/~jelmer/dulwich/apidocs | ||
https://www.dulwich.io/apidocs | ||
|
||
Help | ||
---- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
packages: dulwich | ||
docformat: restructuredtext | ||
projectname: Dulwich | ||
projecturl: http://samba.org/~jelmer/dulwich/ | ||
projecturl: https://www.dulwich.io/ | ||
htmloutput: apidocs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ def has_ext_modules(self): | |
description='Python Git Library', | ||
keywords='git', | ||
version=dulwich_version_string, | ||
url='https://samba.org/~jelmer/dulwich', | ||
url='https://www.dulwich.io/', | ||
license='GPLv2 or later', | ||
author='Jelmer Vernooij', | ||
author_email='[email protected]', | ||
|