-
Notifications
You must be signed in to change notification settings - Fork 80
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
Renaming sourmash_lib module to sourmash #162
Comments
-0 on this, at least for the way I work; I like to reference the sourmash script directly while I'm working on pythonland stuff, and having to run 'make' or 'python setup.py develop' seems like an added inconvenience. |
you already have to run |
I've been thinking about this for a while and (serendipitously) came across this: https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs and this: https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode which I didn't really understand before :). I will try it out and see what happens. Is there a simple way to support both |
The
sourmash_lib
name seems to come from the project early days, when the entry point was thesourmash
'executable' in the project root (for dev purposes).If we use
python setup.py develop
we don't need the 'executable', and then we can use the name instead ofsourmash_lib
The text was updated successfully, but these errors were encountered: