Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
whoiszyc committed Jun 7, 2021
1 parent c708bcb commit 27e9d00
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
setup(name='gym_power_res',
version='0.0.1',
install_requires=['gym'] # And any other dependencies foo needs
)
)

setup(name='project_dis_restoration',
version='0.0.1',
install_requires=['gym'] # And any other dependencies foo needs
)

0 comments on commit 27e9d00

Please sign in to comment.