mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Added initial descriptions for PyPi based on those on the website
Fixes #159
This commit is contained in:
9
setup.py
9
setup.py
@@ -10,7 +10,7 @@ import sys
|
||||
|
||||
name = 'mkdocs'
|
||||
package = 'mkdocs'
|
||||
description = 'In progress.'
|
||||
description = 'Project documentation with Markdown.'
|
||||
url = 'http://www.mkdocs.org'
|
||||
author = 'Tom Christie'
|
||||
author_email = 'tom@tomchristie.com'
|
||||
@@ -23,7 +23,12 @@ install_requires = [
|
||||
'ghp-import>=0.4.1'
|
||||
]
|
||||
|
||||
long_description = """Work in progress."""
|
||||
long_description = (
|
||||
"MkDocs is a fast, simple and downright gorgeous static site generator "
|
||||
"that's geared towards building project documentation. Documentation "
|
||||
"source files are written in Markdown, and configured with a single YAML "
|
||||
"configuration file."
|
||||
)
|
||||
|
||||
|
||||
def get_version(package):
|
||||
|
||||
Reference in New Issue
Block a user