♻ 💥 — Rename argos to argos-monitoring to fit the package name (fix #53)
@almet I know you don’t have much time to give, but I have a simple question.
I did:
- rename the
argos
folder toargos_monitoring
- change the paths in
pyproject.toml
,Makefile
anddocs
(the files inclusions) - change the imports like
argos.something
toargos_monitoring.something
inargos_monitoring
,tests
anddocs
- update the documentation
Did I miss something? A python thing I’m not aware of?
I obviously tested my code and it’s working.