Skip to content

Commit

Permalink
Merge pull request #1 from ome/joshmoore-patch-1
Browse files Browse the repository at this point in the history
Migration to GitHub
  • Loading branch information
joshmoore authored Aug 7, 2019
2 parents 32186b4 + 8754656 commit a618aa6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ before_install:

script:
- .omero/docker app

deploy:
provider: pypi
user: $PYPI_USER
password: $PYPI_PASSWORD
on:
tags: true
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. image:: https://travis-ci.org/openmicroscopy/omero-signup.svg?branch=master
:target: https://travis-ci.org/openmicroscopy/omero-webtest
.. image:: https://travis-ci.org/ome/omero-signup.svg?branch=master
:target: https://travis-ci.org/ome/omero-signup


OMERO.signup
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def read(fname):
author='The Open Microscopy Team',
author_email='ome-devel@lists.openmicroscopy.org.uk',
license='AGPL-3.0',
url="https://github.com/openmicroscopy/omero-signup",
download_url='https://github.com/openmicroscopy/omero-signup/archive/v%s.tar.gz' % VERSION, # NOQA
url="https://github.com/ome/omero-signup",
download_url='https://github.com/ome/omero-signup/archive/v%s.tar.gz' % VERSION, # NOQA
keywords=['OMERO.web', 'plugin'],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit a618aa6

Please sign in to comment.