Skip to content

README.rst and CHANGES.rst are installed in wrong location #28

@pekkarr

Description

@pekkarr

OS: Arch Linux
jaconv version: 0.3.4

  • When installing jaconv as a system package, README.rst and CHANGES.rst get installed to /usr/README.rst and /usr/CHANGES.rst.
  • When installing locally for the current user, the files get installed to $HOME/.local/README.rst and $HOME/.local/CHANGES.rst.

This happens with both python setup.py install and pip install.

The issue seems to be the data_files argument to setup in setup.py. This keyword is deprecated according to the documentation and removing it fixes the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions