We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f4c62 commit ab160b7Copy full SHA for ab160b7
src/setup.py
@@ -14,14 +14,14 @@
14
# limitations under the License.
15
16
17
-from setuptools import setup, find_packages
+from setuptools import find_packages, setup
18
19
with open("VERSION", "r") as f:
20
VERSION = f.read().strip()
21
f.close()
22
23
setup(
24
- name="plugin-azure-activity-log-mon-datasource",
+ name="plugin_azure_activity_log_mon_datasource",
25
version=VERSION,
26
description="MS Azure Activity Log monitoring datasource",
27
long_description="",
0 commit comments