fixes bugs

This commit is contained in:
ms lev
2021-12-01 20:14:19 +05:00
parent 90ce039e2b
commit f5e00eb8ae
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
import python_qiwi
from python_qiwi.python_qiwi import *

View File

@@ -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",