Skip to content

Commit 56abfcb

Browse files
authored
Update setup.py
1 parent 572fb9a commit 56abfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
install_requires = parse_requirements('requirements.txt', session=PipSession())
1515
dependencies = [str(package.req) for package in install_requires]
1616

17-
setup(name='python-hydra-agent',
17+
setup(name='hydra-python-agent',
1818
include_package_data=True,
1919
version='0.0.1',
2020
description='A Hydra agent using Python and Redis',

0 commit comments

Comments
 (0)