Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit ad68589

Browse files
committed
Update the package name
1 parent 95c0783 commit ad68589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if sys.version_info < (2, 7, 0):
2222
install_requires.append('importlib')
2323

24-
setup(name='newrelic-plugin-agent',
24+
setup(name='newrelic_plugin_agent',
2525
version='1.3.0',
2626
description='Python based agent for collecting metrics for NewRelic',
2727
url='https://github.com/gmr/newrelic-plugin-agent',

0 commit comments

Comments
 (0)