Skip to content

Commit

Permalink
Merge pull request #2 from dersteppenwolf/master
Browse files Browse the repository at this point in the history
v 1.1
  • Loading branch information
dersteppenwolf committed Sep 3, 2015
2 parents 5c6faf9 + 0f33503 commit 8eed428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gkudos/esri/toolboxes/CartoDBToolbox.pyt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class Toolbox(object):
class CartoDBImportToolbox(object):
def __init__(self):
"""Define the tool (tool name is the name of the class)."""
self.label = "Import Data"
self.description = "Import data to CartoDB "
self.label = "Upload data to CartoDB"
self.description = "Upload data to CartoDB"
self.canRunInBackground = False

def getParameterInfo(self):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
'''
python setup.py bdist_wininst
python setup.py bdist_wininst
'''
from distutils.core import setup
setup(name='CartoDB Toolbox For Arcgis',
author='Juan Mendez (@dersteppen)',
author_email='[email protected]',
description='CartoDB Toolbox For Arcgis.',
license='Apache 2.0',
version='1.0',
version='1.1',
packages=['gkudos'],
package_dir={'gkudos': 'gkudos'},
package_data={'gkudos': ['esri/toolboxes/*.*']},
Expand Down

0 comments on commit 8eed428

Please sign in to comment.