File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "firstrade" ,
8- version = "0.0.34 " ,
8+ version = "0.0.35 " ,
99 author = "MaxxRK" ,
1010 author_email = "maxxrk@pm.me" ,
1111 description = "An unofficial API for Firstrade" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 license = "MIT" ,
1515 url = "https://github.com/MaxxRK/firstrade-api" ,
16- download_url = "https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0034 .tar.gz" ,
16+ download_url = "https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0035 .tar.gz" ,
1717 keywords = ["FIRSTRADE" , "API" ],
1818 install_requires = ["requests" , "pyotp" ],
1919 packages = ["firstrade" ],
2323 "Topic :: Internet :: WWW/HTTP :: Session" ,
2424 "License :: OSI Approved :: MIT License" ,
2525 "Programming Language :: Python :: 3" ,
26- "Programming Language :: Python :: 3.8" ,
27- "Programming Language :: Python :: 3.9" ,
2826 "Programming Language :: Python :: 3.10" ,
2927 "Programming Language :: Python :: 3.11" ,
3028 "Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments