Add Monero (XMR) payment support
This commit is contained in:
parent
0c8e1b4f89
commit
f3cd1e7116
45 changed files with 7200 additions and 759 deletions
2
setup.py
2
setup.py
|
|
@ -62,6 +62,8 @@ setup(
|
|||
"paste.app_factory": ["main = make_post_sell:main"],
|
||||
"console_scripts": [
|
||||
"initialize_make_post_sell_db = make_post_sell.scripts.initialize_db:main",
|
||||
"crypto_watcher = make_post_sell.lib.crypto_watcher:main",
|
||||
"sweep_to_cold = make_post_sell.lib.sweep_to_cold:main",
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue