Skip to content

Commit

Permalink
README is now rst
Browse files Browse the repository at this point in the history
removed python 3.2
  • Loading branch information
delijati committed Feb 18, 2013
1 parent dffe330 commit e20f142
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "pypy"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
Expand Down
6 changes: 6 additions & 0 deletions README.txt → README.rst
@@ -1,3 +1,9 @@
Apex
====

.. image:: https://api.travis-ci.org/delijati/apex.png?branch=master
:target: https://travis-ci.org/delijati/apex

Authentication, Form Library, I18N/L10N, Flash Message Template
(not associated with Pyramid, a Pylons project)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

here = os.path.abspath(os.path.dirname(__file__))
try:
README = open(os.path.join(here, 'README.txt')).read()
README = open(os.path.join(here, 'README.rst')).read()
CHANGELOG = open(os.path.join(here, 'CHANGELOG.txt')).read()
except IOError:
README = CHANGELOG = ''
Expand Down

0 comments on commit e20f142

Please sign in to comment.