Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Bug 994176 - Create branched versions of marionette-client and consum…
Browse files Browse the repository at this point in the history
…er packages. r=wlachance
  • Loading branch information
davehunt committed Jun 9, 2014
1 parent 9907ab2 commit c10b569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -5,7 +5,7 @@
import os
from setuptools import setup

version = '0.24'
version = '0.1'

# get documentation from the README
try:
Expand All @@ -15,12 +15,12 @@
description = ''

# dependencies
deps = ['gaiatest>=0.22',
deps = ['gaiatest-v1.3',
'mozdevice>=0.34',
'mozlog>=1.4',
'mutagen']

setup(name='b2gpopulate',
setup(name='b2gpopulate-v1.3',
version=version,
description="Content population tool for B2G",
long_description=description,
Expand Down

0 comments on commit c10b569

Please sign in to comment.