Skip to content

Commit

Permalink
Finalize DPS packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Varga committed Jan 24, 2018
1 parent 241d2c3 commit f788788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,4 @@ build_all/windows/build/lib/iothub_client/__init__.py
build_all/windows/build/lib/iothub_service_client/__init__.py
build_all/windows/release_device_client/build
build_all/windows/release_service_client/build
provisioning_service_client/build
6 changes: 3 additions & 3 deletions provisioning_service_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

setup(
name='azure_iothub_provisioningserviceclient',
version='0.0.1',
version='1.0.0',
description='IoT Hub Provisioning Service Client Library',
license='Apache Software License',
url='https://github.com/Azure/azure-iot-sdk-python/tree/master/provisioningserviceclient',
url='https://github.com/Azure/azure-iot-sdk-python/tree/master/provisioning_service_client',
author='aziotclb',
author_email='[email protected]',
long_description='IoT Hub Provisioning Service Client Library for Python',
install_requires=['msrest'],
packages=['provisioningserviceclient', 'provisioningserviceclient.serviceswagger', 'provisioningserviceclient.serviceswagger.models', 'provisioningserviceclient.serviceswagger.operations'],
packages=['provisioningserviceclient', 'provisioningserviceclient.serviceswagger', 'provisioningserviceclient.serviceswagger.models', 'provisioningserviceclient.serviceswagger.operations', 'provisioningserviceclient.utils'],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit f788788

Please sign in to comment.