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 572fb9a commit 56abfcbCopy full SHA for 56abfcb
setup.py
@@ -14,7 +14,7 @@
14
install_requires = parse_requirements('requirements.txt', session=PipSession())
15
dependencies = [str(package.req) for package in install_requires]
16
17
-setup(name='python-hydra-agent',
+setup(name='hydra-python-agent',
18
include_package_data=True,
19
version='0.0.1',
20
description='A Hydra agent using Python and Redis',
0 commit comments