Skip to content

Replace 'setup.py install'#1310

Merged
Gallaecio merged 1 commit intoscrapinghub:masterfrom
EpicWink:no-setup-py-install
Feb 10, 2026
Merged

Replace 'setup.py install'#1310
Gallaecio merged 1 commit intoscrapinghub:masterfrom
EpicWink:no-setup-py-install

Conversation

@EpicWink
Copy link
Copy Markdown
Contributor

@EpicWink EpicWink commented Feb 9, 2026

It's soon to be removed from setuptools. Most usages become one of:

  • pip install .
  • pip install -e .
  • pip install build && python -m build .

It's soon to be removed from setuptools
@Gallaecio Gallaecio merged commit e0939ec into scrapinghub:master Feb 10, 2026
@EpicWink EpicWink deleted the no-setup-py-install branch February 10, 2026 03:09
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.

2 participants