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

packaging bits and bobs #29

Open
rueberger opened this issue Jun 8, 2022 · 1 comment
Open

packaging bits and bobs #29

rueberger opened this issue Jun 8, 2022 · 1 comment

Comments

@rueberger
Copy link
Contributor

just a few random things I noticed...

recommended method for installing is to clone and then pip install the directory, but if you're not using the editable flag you might as well publish the project to pypi and simplify things a bit for users.

super minor thing: right now scripts are being published via the scripts argument in setup.py which is no longer best practice. may be more effort than it's worth to move things over to entry_points though, with the only discernible benefit being the satisfaction of knowing you're that much further along in taming the python packaging beast

@poldrack
Copy link
Contributor

poldrack commented Jun 8, 2022 via email

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

2 participants