Skip to content

Commit ab160b7

Browse files
committed
refactor: update package name format in setup.py
1 parent 62f4c62 commit ab160b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
# limitations under the License.
1515

1616

17-
from setuptools import setup, find_packages
17+
from setuptools import find_packages, setup
1818

1919
with open("VERSION", "r") as f:
2020
VERSION = f.read().strip()
2121
f.close()
2222

2323
setup(
24-
name="plugin-azure-activity-log-mon-datasource",
24+
name="plugin_azure_activity_log_mon_datasource",
2525
version=VERSION,
2626
description="MS Azure Activity Log monitoring datasource",
2727
long_description="",

0 commit comments

Comments
 (0)