python-discord / metricity

Advanced metric collection for the Python Discord server
MIT License
41 stars 17 forks source link

Deprecation warning about uninstalled scripts on startup #154

Closed jchristgit closed 3 months ago

jchristgit commented 3 months ago

When starting metricity, the following deprecation warning (?) is printed to the log:

Warning: 'start' is an entry point defined in pyproject.toml, but it's not installed as a script. You may
get improper `sys.argv[0]`.

The support to run uninstalled scripts will be removed in a future release.

Run `poetry install` to resolve and get rid of this message.

We need to check whether we have to action this.