mirror of
https://github.com/yawaflua/python-qiwi.git
synced 2025-12-10 04:19:31 +02:00
fixes bugs
This commit is contained in:
4
setup.py
4
setup.py
@@ -1,13 +1,13 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
with open("README.md", "r", encoding='utf-8') as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
|
||||
setup(
|
||||
name="python-qiwi",
|
||||
version="0.0.1",
|
||||
version="0.0.3",
|
||||
author="Lev",
|
||||
author_email="lev_bariakh@icloud.com",
|
||||
description="library for easy work with qiwi wallet",
|
||||
|
||||
Reference in New Issue
Block a user