File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44pkg_resources .declare_namespace (__name__ )
55
66__author__ = 'Microsoft Corporation'
7- __version__ = '0.1.0'
7+ __version__ = '0.1.0-rc '
88__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
Original file line number Diff line number Diff line change 33"""
44from setuptools import find_packages , setup
55
6- VERSION = '0.1.0'
6+ VERSION = '0.1.0-rc '
77# If we have source, validate that our version numbers match
88# This should prevent uploading releases with mismatched versions.
99try :
3636setup (
3737 name = 'iotedgehubdev' ,
3838 version = VERSION ,
39- url = 'https://github.com/adashen/iotedgelocal ' ,
39+ url = 'https://github.com/Azure/iotedgehubdev ' ,
4040 license = 'BSD' ,
4141 author = 'iotedgehubdev' ,
42- author_email = 'shenwe @microsoft.com' ,
42+ author_email = 'vsciet @microsoft.com' ,
4343 description = 'My Tool does one thing, and one thing well.' ,
4444 long_description = __doc__ ,
4545 packages = find_packages (exclude = ['tests' ]),
You can’t perform that action at this time.
0 commit comments