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

Remove deprecated 'flit installfrom' command #334

Merged
merged 1 commit into from Apr 22, 2020
Merged

Conversation

takluyver
Copy link
Member

Flit 3.0 is going to remove some deprecated features. First up is the flit installfrom command. Before PEP 517, this was needed to e.g. install a flit-packaged project from Github. Now that PEP 517 is established, pip can handle such projects directly:

pip install git+https://github.com/takluyver/astsearch

@takluyver takluyver added this to the 3.0 milestone Apr 9, 2020
@takluyver takluyver merged commit c18420e into master Apr 22, 2020
@takluyver takluyver deleted the rm-installfrom branch April 22, 2020 09:54
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

Successfully merging this pull request may close these issues.

None yet

1 participant