We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c9920 commit 8af0a3cCopy full SHA for 8af0a3c
setup.py
@@ -17,8 +17,12 @@
17
18
setuptools.setup(
19
name="cryptomarket",
20
- version="3.2.2",
21
- packages=['cryptomarket', 'cryptomarket.websockets'],
+ version="3.2.3",
+ packages=[
22
+ 'cryptomarket',
23
+ 'cryptomarket.websockets',
24
+ 'cryptomarket.dataclasses'
25
+ ],
26
include_package_data=True,
27
description="Cryptomarket API client library",
28
long_description=long_description,
@@ -41,4 +45,4 @@
41
45
"Operating System :: OS Independent",
42
46
"Topic :: Software Development :: Libraries :: Python Modules",
43
47
],
44
-)
48
+)
0 commit comments