From 8d80726207ab86880abb3923b720fce3aa760a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ktu=C4=9F=20Karaka=C5=9Fl=C4=B1?= <20567087+goktug97@users.noreply.github.com> Date: Mon, 26 Oct 2020 18:54:55 +0300 Subject: [PATCH] two spaces --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3c6841fece..fc54c279aa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup directory = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(directory, 'README.md'), encoding='utf-8') as f: - long_description = f.read() + long_description = f.read() setup(name='tinygrad', version='1.0.0', @@ -16,8 +16,8 @@ setup(name='tinygrad', long_description_content_type='text/markdown', packages = ['tinygrad'], classifiers=[ - "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License" + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License" ], install_requires=['numpy', 'requests'], python_requires='>=3.6',