Skip to content

💥 — Rename argos to argos-monitoring to fit the package name (fix #53)

Luc Didry requested to merge fix-53 into develop

@almet I know you don’t have much time to give, but I have a simple question.

I did:

  • rename the argos folder to argos_monitoring
  • change the paths in pyproject.toml, Makefile and docs (the files inclusions)
  • change the imports like argos.something to argos_monitoring.something in argos_monitoring, tests and docs
  • update the documentation

Did I miss something? A python thing I’m not aware of?

I obviously tested my code and it’s working.

Merge request reports