##// END OF EJS Templates
fixed error in setup.py RST generation, speling fix for README
marcink -
r868:cc635016 beta
parent child Browse files
Show More
@@ -60,7 +60,7 b' Features'
60 (no external search servers required all in one application)
60 (no external search servers required all in one application)
61 - Setup project descriptions and info inside built in db for easy, non
61 - Setup project descriptions and info inside built in db for easy, non
62 file-system operations
62 file-system operations
63 - Inteligent cache with invalidation after push or project change, provides high
63 - Intelligent cache with invalidation after push or project change, provides high
64 performance and always up to date data.
64 performance and always up to date data.
65 - Rss / atom feeds, gravatar support, download sources as zip/tar/gz
65 - Rss / atom feeds, gravatar support, download sources as zip/tar/gz
66 - Async tasks for speed and performance using celery_ (works without them too)
66 - Async tasks for speed and performance using celery_ (works without them too)
@@ -41,7 +41,7 b" description = ('Mercurial repository bro"
41 try:
41 try:
42 readme_file = 'README.rst'
42 readme_file = 'README.rst'
43 changelog_file = 'docs/changelog.rst'
43 changelog_file = 'docs/changelog.rst'
44 long_description = open(readme_file).read() + '/n/n' + \
44 long_description = open(readme_file).read() + '\n\n' + \
45 open(changelog_file).read()
45 open(changelog_file).read()
46
46
47 except IOError, err:
47 except IOError, err:
General Comments 0
You need to be logged in to leave comments. Login now