mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
two spaces
This commit is contained in:
6
setup.py
6
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',
|
||||
|
||||
Reference in New Issue
Block a user