diff --git a/setup.py b/setup.py index 789a89e..c4395d3 100644 --- a/setup.py +++ b/setup.py @@ -2,5 +2,6 @@ setup(name='gym_hybrid', version='0.0.1', - install_requires=['gym', 'numpy'] -) \ No newline at end of file + packages=['gym_hybrid'], + install_requires=['gym', 'numpy'], +)