Commit c5189c39 authored by Jason R. Coombs's avatar Jason R. Coombs

Rename CHANGES and README files for nicer rendering on Github.

parent d0620ffb
...@@ -8,7 +8,6 @@ distribute.egg-info ...@@ -8,7 +8,6 @@ distribute.egg-info
setuptools.egg-info setuptools.egg-info
.coverage .coverage
.tox .tox
CHANGES (links).txt
*.egg *.egg
*.py[cod] *.py[cod]
*.swp *.swp
......
...@@ -8,7 +8,6 @@ distribute.egg-info ...@@ -8,7 +8,6 @@ distribute.egg-info
setuptools.egg-info setuptools.egg-info
.coverage .coverage
.tox .tox
CHANGES (links).txt
*.egg *.egg
*.py[cod] *.py[cod]
*.swp *.swp
......
...@@ -200,7 +200,7 @@ latex_documents = [ ...@@ -200,7 +200,7 @@ latex_documents = [
#latex_use_modindex = True #latex_use_modindex = True
link_files = { link_files = {
'CHANGES.txt': dict( 'CHANGES.rst': dict(
using=dict( using=dict(
BB='https://bitbucket.org', BB='https://bitbucket.org',
GH='https://github.com', GH='https://github.com',
......
...@@ -69,7 +69,7 @@ If you want to contribute changes, we recommend you fork the repository on ...@@ -69,7 +69,7 @@ If you want to contribute changes, we recommend you fork the repository on
Github, commit the changes to your repository, and then make a pull request Github, commit the changes to your repository, and then make a pull request
on Github. If you make some changes, don't forget to: on Github. If you make some changes, don't forget to:
- add a note in CHANGES.txt - add a note in CHANGES.rst
Please commit all changes in the 'master' branch against the latest available Please commit all changes in the 'master' branch against the latest available
commit or for bug-fixes, against an earlier commit or release in which the commit or for bug-fixes, against an earlier commit or release in which the
......
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
History History
******* *******
.. include:: ../CHANGES (links).txt .. include:: ../CHANGES (links).rst
...@@ -43,7 +43,7 @@ def _gen_console_scripts(): ...@@ -43,7 +43,7 @@ def _gen_console_scripts():
console_scripts = list(_gen_console_scripts()) console_scripts = list(_gen_console_scripts())
readme_file = io.open('README.txt', encoding='utf-8') readme_file = io.open('README.rst', encoding='utf-8')
with readme_file: with readme_file:
long_description = readme_file.read() long_description = readme_file.read()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment