Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Use reStructuredText for README
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikOssipoff committed Jun 14, 2015
1 parent fec38db commit b71a95f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 0 additions & 6 deletions README.md

This file was deleted.

13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. image:: https://travis-ci.org/HenrikOssipoff/python-opengraph.svg?branch=master
:target: https://travis-ci.org/HenrikOssipoff/python-opengraph
.. image:: https://coveralls.io/repos/HenrikOssipoff/python-opengraph/badge.svg?branch=master :target: https://coveralls.io/r/HenrikOssipoff/python-opengraph?branch=master

Python module to parse Open Graph metadata on web pages. For more information on the Open Graph Protocol, see http://ogp.me/.

**This repository is currently work in progress, and APIs may change without notice.**

Installation
============
.. code:: python
pip install python-opengraph
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file=README.md
[wheel]
universal = 1

0 comments on commit b71a95f

Please sign in to comment.