bitunix-automated-crypto-trading 2.5.9__tar.gz → 2.6.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. {bitunix_automated_crypto_trading-2.5.9/bitunix_automated_crypto_trading/bitunix_automated_crypto_trading.egg-info → bitunix_automated_crypto_trading-2.6.0}/PKG-INFO +1 -1
  2. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0/bitunix_automated_crypto_trading/bitunix_automated_crypto_trading.egg-info}/PKG-INFO +1 -1
  3. bitunix_automated_crypto_trading-2.6.0/bitunix_automated_crypto_trading/bitunix_automated_crypto_trading.egg-info/entry_points.txt +2 -0
  4. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/setup.py +2 -2
  5. bitunix_automated_crypto_trading-2.5.9/bitunix_automated_crypto_trading/bitunix_automated_crypto_trading.egg-info/entry_points.txt +0 -2
  6. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/MANIFEST.in +0 -0
  7. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/README.md +0 -0
  8. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/RUNNING.md +0 -0
  9. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/bitunix_automated_crypto_trading.egg-info/SOURCES.txt +0 -0
  10. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/bitunix_automated_crypto_trading.egg-info/dependency_links.txt +0 -0
  11. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/bitunix_automated_crypto_trading.egg-info/requires.txt +0 -0
  12. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/bitunix_automated_crypto_trading.egg-info/top_level.txt +0 -0
  13. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/config.txt +0 -0
  14. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/sampleenv.txt +0 -0
  15. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/static/chart.css +0 -0
  16. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/static/chart.js +0 -0
  17. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/static/modal.css +0 -0
  18. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/static/modal.js +0 -0
  19. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/static/script.js +0 -0
  20. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/static/styles.css +0 -0
  21. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/templates/charts.html +0 -0
  22. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/templates/login.html +0 -0
  23. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/templates/main.html +0 -0
  24. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/templates/modal-chart.html +0 -0
  25. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/templates/modal-config.html +0 -0
  26. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/bitunix_automated_crypto_trading/templates/modal-logs.html +0 -0
  27. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/requirements.txt +0 -0
  28. {bitunix_automated_crypto_trading-2.5.9 → bitunix_automated_crypto_trading-2.6.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bitunix_automated_crypto_trading
3
- Version: 2.5.9
3
+ Version: 2.6.0
4
4
  Summary: Bitunix Futures Auto Trading Platform
5
5
  Home-page: https://github.com/tcj2001/bitunix-automated-crypto-trading
6
6
  Author: tcj2001
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bitunix_automated_crypto_trading
3
- Version: 2.5.9
3
+ Version: 2.6.0
4
4
  Summary: Bitunix Futures Auto Trading Platform
5
5
  Home-page: https://github.com/tcj2001/bitunix-automated-crypto-trading
6
6
  Author: tcj2001
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ bitunixautotrade = bitunix_automated_crypto_trading.bitunix:app
@@ -66,7 +66,7 @@ class CustomInstall(install):
66
66
 
67
67
  setup(
68
68
  name="bitunix_automated_crypto_trading",
69
- version="2.5.9",
69
+ version="2.6.0",
70
70
  license="MIT",
71
71
  author="tcj2001",
72
72
  author_email="thomsonmathews@hotmail.com",
@@ -102,7 +102,7 @@ setup(
102
102
  ],
103
103
  entry_points={
104
104
  "console_scripts": [
105
- "bitunixautotrade=bitunix_automated_crypto_trading.bitunix:main",
105
+ "bitunixautotrade=bitunix_automated_crypto_trading.bitunix:app",
106
106
  ],
107
107
  },
108
108
  cmdclass={
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- bitunixautotrade = bitunix_automated_crypto_trading.bitunix:main