diff --git a/README.rst b/README.rst index f4de7375..cd0f87ae 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Latest Changes The basic feature set of web replay is nearly complete in this version. -pywb now features new `domain-specific rules `_ which +pywb now features new `domain-specific rules `_ which are applied to certain difficult and dynamic content in order to make web replay work. @@ -173,7 +173,7 @@ Sample Setup pywb is configurable via yaml. -The simplest `config.yaml `_ is roughly as follows: +The simplest `config.yaml `_ is roughly as follows: :: @@ -186,7 +186,7 @@ The simplest `config.yaml `_ is roughly as follows: This sets up pywb with a single route for collection /pywb -(The the latest version of `config.yaml `_ contains +(The the latest version of `config.yaml `_ contains additional documentation and specifies all the optional properties, such as ui filenames for Jinja2/html template files.) @@ -196,8 +196,8 @@ For more advanced use, the pywb init path can be customized further: file. - Custom init app (with or without yaml) can be created. See - `wayback.py `_ and - `pywb\_init.py `_ for examples of existing + `wayback.py `_ and + `pywb\_init.py `_ for examples of existing initialization paths. Configuring PyWb With Archived Data @@ -212,7 +212,7 @@ Additional Documentation ~~~~~~~~~~~~~~~~~~~~~~~~ - For additional/up-to-date configuration details, consult the current - `config.yaml `_ + `config.yaml `_ - The `wiki `_ will have additional technical documentation about various aspects of pywb diff --git a/setup.py b/setup.py index b1bba4a6..198d50bc 100755 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ setup( url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com', + description='Python WayBack Machine for web archive replay', long_description=long_description, license='GPL', packages=find_packages(), @@ -46,7 +47,7 @@ setup( 'pywb.cdx', 'pywb.warc', 'pywb.rewrite', - 'pywb.framework' + 'pywb.framework', 'pywb.perms', 'pywb.core', 'pywb.apps'