File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99from codecs import open
1010from setuptools import setup , find_packages
1111
12- VERSION = '2.2.0 '
12+ VERSION = '2.2.1 '
1313
1414# The full list of classifiers is available at
1515# https://pypi.python.org/pypi?%3Aaction=list_classifiers
3737setup (
3838 name = 'azure-batch-cli-extensions' ,
3939 version = VERSION ,
40- description = 'Microsoft Azure Command-Line Tools Extended Batch Command Module ' ,
40+ description = 'Additional commands for working with Azure Batch service ' ,
4141 long_description = README + '\n \n ' + HISTORY ,
4242 license = 'MIT' ,
4343 author = 'Microsoft Corporation' ,
Original file line number Diff line number Diff line change 33export PYTHONPATH=
44virtualenv package-verify-env
55. package-verify-env/bin/activate
6+ python -m pip install -I pip==9.0.3
67pip install -e scripts
78python -m automation.tests.verify_packages
89deactivate
You can’t perform that action at this time.
0 commit comments