Skip to content
Snippets Groups Projects
Verified Commit 70dff43d authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Fix old pip failing to load description

parent ce117280
No related branches found
No related tags found
No related merge requests found
Pipeline #3127 passed with warnings with stages
in 3 minutes and 22 seconds
...@@ -28,7 +28,7 @@ setup( ...@@ -28,7 +28,7 @@ setup(
name="cpasswords", name="cpasswords",
version="0.2.0", version="0.2.0",
description="Group password manager based on GPG", description="Group password manager based on GPG",
long_description=open('README.rst').read(), long_description=open('README.rst', encoding='utf-8').read(),
author="CRANS", author="CRANS",
author_email="roots@crans.org", author_email="roots@crans.org",
license='GPLv3', license='GPLv3',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment