File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44# MIT License
55#
6- # Copyright (c) 2021 Tahmid Rayat
6+ # Copyright (c) 2022 Tahmid Rayat
77#
88# Permission is hereby granted, free of charge, to any person obtaining a copy
99# of this software and associated documentation files (the "Software"), to deal
2323# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2424# SOFTWARE.
2525#
26- # Copyright (C) 2021 HTR-TECH (https://github.com/htr-tech)
26+ # Copyright (C) 2022 HTR-TECH (https://github.com/htr-tech)
2727#
2828
2929import os
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Tahmid Rayat
3+ Copyright (c) 2022 Tahmid Rayat
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $ python setup.py install
3838$ GithubStat <github-username>
3939```
4040
41- *** Copyright (c) 2021 Tahmid Rayat Under [ MIT LICENSE] ( https://github.com/htr-tech/GithubStat/blob/master/LICENSE#L1 ) ***
41+ *** Copyright (c) 2022 Tahmid Rayat Under [ MIT LICENSE] ( https://github.com/htr-tech/GithubStat/blob/master/LICENSE#L1 ) ***
4242
4343### * 📡 Get in Touch :*
4444[ ![ Github] ( https://img.shields.io/badge/Github-525252?style=for-the-badge&logo=github )] ( https://github.com/htr-tech )
Original file line number Diff line number Diff line change 66
77setup (
88 name = "GithubStat" ,
9- version = "1.0 " ,
9+ version = "1.1 " ,
1010 license = "MIT" ,
1111 author = "HTR-TECH" ,
1212 author_email = "tahmidrayat@gmail.com" ,
2626 'Programming Language :: Python :: 3.7' ,
2727 'Programming Language :: Python :: 3.8' ,
2828 'Programming Language :: Python :: 3.9' ,
29+ 'Programming Language :: Python :: 3.10' ,
30+ 'Programming Language :: Python :: 3.11' ,
2931 ],
3032 packages = find_packages (),
3133 zip_safe = True ,
You can’t perform that action at this time.
0 commit comments