jazzband / jazzband/django-admin-sortable

Minor fix needed for setup.py for Windows environments.

Open
#253 2 comments 5 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
569
Forks
138
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.