diff --git a/src/confluent/azext_confluent/manual/version.py b/src/confluent/azext_confluent/manual/version.py deleted file mode 100644 index 8e3e0e73f37..00000000000 --- a/src/confluent/azext_confluent/manual/version.py +++ /dev/null @@ -1,11 +0,0 @@ -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -VERSION = "0.4.0" diff --git a/src/confluent/setup.py b/src/confluent/setup.py index 115602a89fa..cc571eb5e9e 100644 --- a/src/confluent/setup.py +++ b/src/confluent/setup.py @@ -11,10 +11,6 @@ # HISTORY.rst entry. VERSION = '0.6.0' -try: - from azext_confluent.manual.version import VERSION -except ImportError: - pass # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers