Skip to content

Commit

Permalink
remove version import
Browse files Browse the repository at this point in the history
  • Loading branch information
cxznmhdcxz committed Dec 24, 2024
1 parent 32021a4 commit 21b1bae
Show file tree
Hide file tree
Showing 32 changed files with 3 additions and 129 deletions.
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
6 changes: 1 addition & 5 deletions src/datafactory/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = "1.0.3"
try:
from azext_datafactory.manual.version import VERSION
except ImportError:
pass
VERSION = "1.0.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/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.0b2'
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.1.0'
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.0'
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
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.0b1'
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.1.3'
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

0 comments on commit 21b1bae

Please sign in to comment.