From 989a85b831bba9c8529057416951336f7bdbdced Mon Sep 17 00:00:00 2001 From: "wwwaaawww@outlook.com" Date: Sun, 5 Jan 2020 15:14:25 +0330 Subject: [PATCH] Ready fot pipi --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index e9fc896..8c88ce6 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,4 @@ from setuptools import setup -def readme(): - with open('README.rst') as f: - return f.read() -# read the contents of your README file from os import path this_directory = path.abspath(path.dirname(__file__)) with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: