File tree 2 files changed +3
-4
lines changed 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,4 @@ install:
13
13
14
14
script :
15
15
- flake8 -v .
16
- - python setup.py sdist
17
- - pip install dist/omero-mapr*.tar.gz
16
+ - python setup.py sdist install
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def read(fname):
34
34
return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
35
35
36
36
37
- VERSION = '0.1.1 '
37
+ VERSION = '0.1.2 '
38
38
39
39
40
40
setup (
@@ -47,7 +47,7 @@ def read(fname):
47
47
author_email = 'ome-devel@lists.openmicroscopy.org.uk' ,
48
48
license = 'AGPLv3' ,
49
49
url = "https://github.com/aleksandra-tarkowska/mapr" ,
50
- download_url = 'https://github.com/aleksandra-tarkowska/mapr/tarball/0.1.1' ,
50
+ download_url = 'https://github.com/aleksandra-tarkowska/mapr/tarball/%s' % VERSION , # NOQA
51
51
install_requires = get_requirements (),
52
52
include_package_data = True ,
53
53
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments