Skip to content

Commit 7bf0897

Browse files
author
CryptAPI
committed
Added support for new features:
- Pending transactions (through the `payment_pending` signal) - Monero
1 parent c9bc271 commit 7bf0897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
author_email="cryptapi@protonmail.com",
2222
install_requires=[
2323
'django',
24-
'requests'
24+
'requests',
2525
],
2626
description="Django implementation of CryptAPI's payment gateway",
27-
long_description=long_description,
2827
long_description_content_type="text/markdown",
28+
long_description=long_description,
2929

3030
include_package_data=True,
3131

@@ -43,5 +43,5 @@
4343

4444
license="MIT",
4545

46-
zip_safe=False
46+
zip_safe=False,
4747
)

0 commit comments

Comments
 (0)