Skip to content

Commit f4970ba

Browse files
committed
chore: chane setup.py line endings to LF
1 parent f788acc commit f4970ba

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

setup.py

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
from setuptools import setup, find_packages
2-
from os import path
3-
4-
# read the contents of your README file
5-
this_directory = path.abspath(path.dirname(__file__))
6-
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
7-
long_description = f.read()
8-
9-
setup(
10-
name="python_bitvavo_api",
11-
long_description=long_description,
12-
long_description_content_type='text/markdown',
13-
version="1.2.3",
14-
author="Bitvavo",
15-
description="Use Bitvavo SDK for Python to buy, sell, and store over 200 digital assets on Bitvavo from inside your app.",
16-
url="https://github.com/bitvavo/python-bitvavo-api",
17-
packages=find_packages(),
18-
install_requires=[
19-
'websocket-client',
20-
'requests==2.31.0',
21-
'setuptools'
22-
],
23-
classifiers=[
24-
"Programming Language :: Python :: 3",
25-
"License :: OSI Approved :: ISC License (ISCL)",
26-
"Operating System :: OS Independent",
27-
],
28-
python_requires=">=3.6",
29-
)
1+
from setuptools import setup, find_packages
2+
from os import path
3+
4+
# read the contents of your README file
5+
this_directory = path.abspath(path.dirname(__file__))
6+
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
7+
long_description = f.read()
8+
9+
setup(
10+
name="python_bitvavo_api",
11+
long_description=long_description,
12+
long_description_content_type='text/markdown',
13+
version="1.2.3",
14+
author="Bitvavo",
15+
description="Use Bitvavo SDK for Python to buy, sell, and store over 200 digital assets on Bitvavo from inside your app.",
16+
url="https://github.com/bitvavo/python-bitvavo-api",
17+
packages=find_packages(),
18+
install_requires=[
19+
'websocket-client',
20+
'requests==2.31.0',
21+
'setuptools'
22+
],
23+
classifiers=[
24+
"Programming Language :: Python :: 3",
25+
"License :: OSI Approved :: ISC License (ISCL)",
26+
"Operating System :: OS Independent",
27+
],
28+
python_requires=">=3.6",
29+
)

0 commit comments

Comments
 (0)