Skip to content

Commit

Permalink
Migrate to rembed organization
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-thomson committed Dec 30, 2013
1 parent 4de8f9f commit 1aa25f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -11,10 +11,10 @@ script:
deploy:
provider: pypi
user:
secure: mGkSM8L2OsktaK7D3o2oLP3pJirV5VX+zpfZK11lWvOMQDW4q/LWOGmxNE8yTb4nkjrvVd+dHi4qqQ9805fqHl+0du7v/w/dsh9ncfQ/daWjEYaMyYOoOe2WysjDAh5BMqXgUNUTNPvLk9rGZd5r4cMlBKNB3OxNdgKayrNbxMI=
secure: cIMONmkxJrI0C5iVSqrar2UJjopGL8eJDtAB8YisvYvE5BMLLcwBWjnFQFEGdroT/oyrD21PtgSgw8Si16x24UCayz/Lnpy2t7dca74QIphXieh5sNwfxhgZi8aeU2T6fLMLvO+eBltaCbVtzoxkw5WLAZ4+RqCiBv8H2fwWCVM=
password:
secure: KGvWTlI/jG9wr6uUxQHVNzgMBN/da65pjX0UZ7glh+vFSjEXLE+PwfW14Zw7DAJtVuhimAmKwLQ1alHpYmXVJoPAqUoRUdWOtHLDy66AuV0nbVsDfObgORLH2d+LRTpCSYQ5FBwQBF0sDLB6a9OwBv9r347Ea0yUUSPoP5YWa6c=
secure: km4ODyd6hJ3w3E+yZeb9/iLMjloxryH4n8IGaG9Fg+4VWqYbADKZlul2bmtK4UuF2ZI7xJVgom6NcoioHvVaX/GVvmMIdpYosRwXvkgpBG1sxJteiLGnKWbAECn7J3HPXgGZpXf9YpabgQNgTUwgvK8hrjRQZBSAIKmVLUvRFHw=
on:
python: '2.7'
python: 2.7
tags: true
repo: matt-thomson/rembed
repo: rembed/rembed
10 changes: 5 additions & 5 deletions README.rst
@@ -1,10 +1,10 @@
REmbed
======

.. image:: https://secure.travis-ci.org/matt-thomson/rembed.png?branch=master
:target: http://travis-ci.org/matt-thomson/rembed
.. image:: https://coveralls.io/repos/matt-thomson/rembed/badge.png
:target: https://coveralls.io/r/matt-thomson/rembed
.. image:: https://secure.travis-ci.org/rembed/rembed.png?branch=master
:target: http://travis-ci.org/rembed/rembed
.. image:: https://coveralls.io/repos/rembed/rembed/badge.png
:target: https://coveralls.io/r/rembed/rembed
.. image:: https://pypip.in/v/rembed/badge.png
:target: https://crate.io/packages/rembed/
.. image:: https://pypip.in/d/rembed/badge.png
Expand Down Expand Up @@ -79,4 +79,4 @@ REmbed is distributed under the MIT license.
.. _Flickr: http://flickr.com
.. _Twitter: http://twitter.com
.. _YouTube: http://youtube.com
.. _GitHub: https://github.com/matt-thomson/rembed
.. _GitHub: https://github.com/rembed/rembed
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@ def run_tests(self):
version='0.4.3',
author='Matt Thomson',
author_email='matt.thomson@cantab.net',
url='https://github.com/matt-thomson/rembed',
url='https://github.com/rembed/rembed',
description='Python OEmbed consumer library with automatic discovery of ' +
'producers',
long_description=open('README.rst').read() + '\n\n' +
Expand Down

0 comments on commit 1aa25f6

Please sign in to comment.