Skip to content

Commit 09cea98

Browse files
committed
Fix up the README so it can link to build statuses
1 parent 37a538a commit 09cea98

File tree

2 files changed

+31
-5
lines changed

2 files changed

+31
-5
lines changed

README

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Aspen is a Python web framework. Simplates are the main attraction.
2+
3+
Installation, Testing, and License
4+
==================================
5+
6+
``aspen`` is available on `GitHub`_ and on `PyPI`_::
7+
8+
$ pip install aspen
9+
10+
We test against 64-bit Python 2.6, 2.7, 3.2, 3.3, and 3.4 on Linux: |travis|
11+
12+
And we test against 32- and 64-bit Python 2.7, 3.3, and 3.4 on Windows: |appveyor|
13+
14+
``aspen`` is MIT-licensed.
15+
16+
17+
.. _GitHub: https://github.com/gratipay/aspen-python
18+
.. _PyPI: https://pypi.python.org/pypi/aspen
19+
.. |travis| image:: https://img.shields.io/travis/gratipay/aspen-python/master.svg
20+
:target: https://travis-ci.org/gratipay/aspen-python
21+
:alt: Linux build status
22+
.. |appveyor| image:: https://img.shields.io/appveyor/ci/gratipay/aspen-python/master.svg
23+
:target: https://ci.appveyor.com/project/gratipay/aspen-python
24+
:alt: Windows build status
25+
26+
27+
Documentation and further information
28+
=====================================
29+
30+
on the main [website](http://aspen.io/)
31+

0 commit comments

Comments
 (0)