Skip to content

Commit 8af0a3c

Browse files
author
Pedro Pablo Bustamante Barrera
committed
chore: add dataclasses in packages
1 parent 79c9920 commit 8af0a3c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

setup.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@
1717

1818
setuptools.setup(
1919
name="cryptomarket",
20-
version="3.2.2",
21-
packages=['cryptomarket', 'cryptomarket.websockets'],
20+
version="3.2.3",
21+
packages=[
22+
'cryptomarket',
23+
'cryptomarket.websockets',
24+
'cryptomarket.dataclasses'
25+
],
2226
include_package_data=True,
2327
description="Cryptomarket API client library",
2428
long_description=long_description,
@@ -41,4 +45,4 @@
4145
"Operating System :: OS Independent",
4246
"Topic :: Software Development :: Libraries :: Python Modules",
4347
],
44-
)
48+
)

0 commit comments

Comments
 (0)