Skip to content

Minor fix needed for setup.py for Windows environments. #253

Open
@jeruyyap

Description

@jeruyyap

There is minor issue with this package in Windows environments that causes installation to fail due to the encoding not being specified for the README file in setup.

A quick fix that comes to mind for this would be to specify utf8 when opening the README in the setup.py:
with open('README.rst', encoding='utf8') as readme_file:

This seems to be an issue in 2.3.0 but not in 2.2.4.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions