This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from nolar/docs-for-pypi
Adapt the README for PyPI
- Loading branch information
Showing
3 changed files
with
17 additions
and
21 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
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
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 @@ | |
LONG_DESCRIPTION = open(os.path.join(os.path.dirname(__file__), 'README.md')).read() | ||
DESCRIPTION = LONG_DESCRIPTION.splitlines()[0].lstrip('#').strip() | ||
PROJECT_URLS = { | ||
'Documentation': 'https://github.com/zalando-incubator/kopf/blob/master/README.md', | ||
'Documentation': 'https://kopf.readthedocs.io', | ||
'Bug Tracker': 'https://github.com/zalando-incubator/kopf/issues', | ||
'Source Code': 'https://github.com/zalando-incubator/kopf', | ||
} | ||
|
@@ -18,6 +18,7 @@ | |
project_urls=PROJECT_URLS, | ||
description=DESCRIPTION, | ||
long_description=LONG_DESCRIPTION, | ||
long_description_content_type='text/markdown', | ||
author='Sergey Vasilyev', | ||
author_email='[email protected]', | ||
maintainer='Sergey Vasilyev, Chiara Mezzavilla', | ||
|