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

Use setuptools Entry Points for plugins #71

Open
jdswinbank opened this issue Mar 8, 2021 · 1 comment
Open

Use setuptools Entry Points for plugins #71

jdswinbank opened this issue Mar 8, 2021 · 1 comment

Comments

@jdswinbank
Copy link
Owner

Comet's plugins are a little clunky, because they either involve finding files in a directory specified by an environment variable, or importing things directly from comet.plugins; neither is ideal.

Setuptools Entry Points are probably a good way to improve this. Give them a try!

@jdswinbank
Copy link
Owner Author

See also #69.

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