File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- ## 0.1.0 - 2025-09-22
4+ ### 1.0.1 - 2025-09-22
5+
6+ * Fix setup.py's long decription
7+
8+ ## 1.0.0 - 2025-09-22
59
610* Initial Release
Original file line number Diff line number Diff line change 2020LONG_DESCRIPTION = (
2121 codecs .open (os .path .join (DIRNAME , "README.md" ), encoding = "utf-8" ).read ()
2222 + "\n "
23- + codecs .open (os .path .join (DIRNAME , "docs/ CHANGELOG.md" ), encoding = "utf-8" ).read ()
23+ + codecs .open (os .path .join (DIRNAME , "CHANGELOG.md" ), encoding = "utf-8" ).read ()
2424)
2525REQUIREMENTS = [
2626 "django>=4.2.0,<6.0.0" ,
3232
3333setup (
3434 name = "drf-simple-oauth2" ,
35- version = "1.0.0 " ,
35+ version = "1.0.1 " ,
3636 description = """ Simple OAuth2 client package allowing to define OAuth2 / OpenID providers through settings. """ ,
3737 long_description = LONG_DESCRIPTION ,
3838 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments