Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/ad/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.1.0'
try:
from azext_ad.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
6 changes: 1 addition & 5 deletions src/alias/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
import re
from setuptools import setup, find_packages

# Inspired by https://github.com/Azure/azure-sdk-for-python/blob/master/azure-mgmt-cdn/setup.py#L45
extension_path = os.path.dirname(os.path.realpath(__file__))
with open(os.path.join(extension_path, 'azext_alias', 'version.py'), 'r') as version_file:
VERSION = re.search(r'^VERSION\s*=\s*[\'"]([^\'"]*)[\'"]',
version_file.read(), re.MULTILINE).group(1)
VERSION = '0.5.2'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
4 changes: 0 additions & 4 deletions src/attestation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.0'
try:
from azext_attestation.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/automation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.0b1'
try:
from azext_automation.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/cloudservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.1'
try:
from azext_cloudservice.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
5 changes: 1 addition & 4 deletions src/communication/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
try:
from azext_communication.version import VERSION
except ImportError:
pass
VERSION = '1.11.2'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/confidentialledger/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = "1.0.0"
try:
from azext_confidentialledger.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/connectedmachine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.1.0'
try:
from azext_connectedmachine.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/datadog/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.1.1'
try:
from azext_datadog.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/datafactory/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = "1.0.3"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the version changed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VERSION is overwritten by the import

try:
from azext_datafactory.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/datamigration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.0b4'
try:
from azext_datamigration.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/datashare/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.2.0'
try:
from azext_datashare.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/devcenter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '6.2.3'
try:
from azext_devcenter.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/diskpool/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.2.0'
try:
from azext_diskpool.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/dns-resolver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.0'
try:
from azext_dnsresolver.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/edgeorder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.1.0'
try:
from azext_edgeorder.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/elastic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.0b3'
try:
from azext_elastic.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/footprint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.0'
try:
from azext_footprint.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/guestconfig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.1.1'
try:
from .manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/hardware-security-modules/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.2.0'
try:
from azext_hardware_security_modules.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/healthbot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.1.0'
try:
from azext_healthbot.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/healthcareapis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.1'
try:
from azext_healthcareapis.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
7 changes: 1 addition & 6 deletions src/interactive/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
import re
from setuptools import setup, find_packages

# Version is defined in azclishell.__init__.py.
extension_path = os.path.dirname(os.path.realpath(__file__))
version_file_path = os.path.join(extension_path, 'azext_interactive', 'azclishell', '__init__.py')
with open(version_file_path, 'r') as version_file:
VERSION = re.search(r'^VERSION\s*=\s*[\'"]([^\'"]*)[\'"]',
version_file.read(), re.MULTILINE).group(1)
VERSION = '1.0.0b1'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/kusto/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.5.0'
try:
from azext_kusto.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/logz/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.1.0'
try:
from azext_logz.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/maintenance/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.7.0b2'
try:
from azext_maintenance.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/offazure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.1.0'
try:
from azext_offazure.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/purview/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.1.0'
try:
from azext_purview.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/quota/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.0'
try:
from azext_quota.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/resource-mover/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.0b1'
try:
from azext_resource_mover.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
5 changes: 1 addition & 4 deletions src/serviceconnector-passwordless/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@


VERSION = '3.3.0'
try:
from azext_serviceconnector_passwordless.config import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [
Expand Down
4 changes: 0 additions & 4 deletions src/stack-hci/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.1.0'
try:
from azext_stack_hci.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/stream-analytics/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.0'
try:
from azext_stream_analytics.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/swiftlet/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '0.1.0'
try:
from azext_swiftlet.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
4 changes: 0 additions & 4 deletions src/timeseriesinsights/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

# HISTORY.rst entry.
VERSION = '1.0.0b1'
try:
from azext_timeseriesinsights.manual.version import VERSION
except ImportError:
pass

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
Loading