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
It would be cool if the GitHub repo description is synced with the package description in setup.cfg (as was introduced by e.g. ComPWA/qrules#102). This can be done with PyGithub:
>>>fromgithubimportGithub>>>github=Github() # no need for access token>>>repo=github.get_repo("ComPWA/qrules")
>>>repo.description'Rule-based particle reaction problem solver on a quantum number level'
The text was updated successfully, but these errors were encountered:
It would be cool if the GitHub repo description is synced with the package description in
setup.cfg
(as was introduced by e.g. ComPWA/qrules#102). This can be done with PyGithub:The text was updated successfully, but these errors were encountered: