You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My proposal is to drop CREDITS.txt to avoid the hassle of updating, distributing and installing it. Instead link to GitHub graphs in client. See PR #478
jonasdn
added a commit
to jonasdn/crazyflie-clients-python
that referenced
this issue
Mar 10, 2021
In order to avoid updating, distributing and installing the CREDITS.txt
file we instead linkt to the GitHub contributor graphs.
The "Used libraries" part is deleted because it was out-of-date and we
do not have any nice tooling or process of keeping it up-to-date.
Closesbitcraze#442
When the client is installed with pip, either with
pip3 install .
orpip3 install cfclient
, the credits are not show in the about box.This is likely due to the fact that the file
CREDITS.txt
is not copied in the distribution package bysetup.py
.The text was updated successfully, but these errors were encountered: