Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package_name returns package names that differ from PyPI #442

Open
doolio opened this issue Sep 11, 2023 · 0 comments
Open

package_name returns package names that differ from PyPI #442

doolio opened this issue Sep 11, 2023 · 0 comments

Comments

@doolio
Copy link
Contributor

doolio commented Sep 11, 2023

def package_name(cls):
"""Python package name (at PyPI)."""
return 'trezor-agent'

Unclear if it should be trezor-agent or trezor_agent. See this comment.

def package_name(cls):
"""Python package name (at PyPI)."""
return 'ledger-agent'

Should be ledger_agent. See PyPI.

def package_name(cls):
"""Python package name (at PyPI)."""
return 'jade-agent'

Should be jade_agent but is in fact no longer on PyPI (see 3c911e9).

def package_name(cls):
"""Python package name (at PyPI)."""
return 'keepkey-agent'

Should be keepkey_agent. See PyPI.

def package_name(cls):
"""Python package name (at PyPI)."""
return 'onlykey-agent'

Included only to show that I checked this too. But the value returned here matches that on PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant