File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import pathlib
2+
13import setuptools
24
3- with open ("README.md" , "r" ) as f :
4- long_description = f .read ()
5+ long_description = pathlib .Path ("README.md" ).read_text ()
56
67setuptools .setup (
78 name = "firstrade" ,
8- version = "0.0.35 " ,
9+ version = "0.0.36 " ,
910 author = "MaxxRK" ,
1011 author_email = "maxxrk@pm.me" ,
1112 description = "An unofficial API for Firstrade" ,
1213 long_description = long_description ,
1314 long_description_content_type = "text/markdown" ,
1415 license = "MIT" ,
1516 url = "https://github.com/MaxxRK/firstrade-api" ,
16- download_url = "https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0035 .tar.gz" ,
17+ download_url = "https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0036 .tar.gz" ,
1718 keywords = ["FIRSTRADE" , "API" ],
1819 install_requires = ["requests" , "pyotp" ],
1920 packages = ["firstrade" ],
You can’t perform that action at this time.
0 commit comments