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 package_data and data_files options from setup.py #5982

Merged
merged 1 commit into from
Jun 26, 2018
Merged

Remove package_data and data_files options from setup.py #5982

merged 1 commit into from
Jun 26, 2018

Commits on Jun 3, 2018

  1. Remove package_data and data_files options from setup.py

    With `include_package_data` option set to `True` in `setup.py`, package data that is specified in MANIFEST.in is installed into the target directory when installing selenium. This means that we don't need to specify `package_data` and `data_files` in setup.py too. With the options set as before, files were included twice in wheel distributions (once in their original place and once in the ".data" directory) and that triggered a bug that caused setuptools to fail to install the wheel distribution of selenium.
    wiggin15 authored Jun 3, 2018
    Configuration menu
    Copy the full SHA
    fd26a9b View commit details
    Browse the repository at this point in the history