File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 55# Licensed under the MIT License. See License.txt in the project root for license information.
66# --------------------------------------------------------------------------------------------
77
8- from codecs import open
98from setuptools import setup , find_packages
109
11- VERSION = "1 .0.0"
10+ VERSION = "2 .0.0"
1211
1312CLASSIFIERS = [
1413 'Development Status :: 4 - Beta' ,
3231 description = 'Support for Azure Migrate preview' ,
3332 long_description = 'Support for Azure Migrate preview' ,
3433 license = 'MIT' ,
35- author = 'Jeffrey Li ' ,
36- author_email = 'jefl @microsoft.com' ,
34+ author = 'Saif Al-Din Ali ' ,
35+ author_email = 'saifaldinali @microsoft.com' ,
3736 url = 'https://github.com/Azure/azure-cli-extensions/tree/main/src/migrate' ,
3837 classifiers = CLASSIFIERS ,
3938 packages = find_packages (exclude = ["tests" ]),
You can’t perform that action at this time.
0 commit comments