pep-0008: Fix Package and Module Names ✨
After this discussion #124 with @stephane we need to change the package name that what pep's rules provide.
Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.
What's Changed
- Bump mkdocs-material from 7.2.6 to 7.3.5 by @dependabot in #101
- Docs: Prepare Project for Being Public ✨ by @yezz123 in #102
- Bump mkdocs-material from 7.3.5 to 7.3.6 by @dependabot in #103
- Bump python from 3.9.2 to 3.10.0 by @dependabot in #104
- docs: add yezz123 as a contributor for code, doc, maintenance, infra by @allcontributors in #105
- docs: add AbderrahimSoubaiElidrissi as a contributor for review, doc by @allcontributors in #106
- CI: Delete Docs Build ✨ by @yezz123 in #108
- Docs: Delete a part of FAQ ✨ by @yezz123 in #109
- chore: Fix workflows ✨ by @yezz123 in #112
- chore: Rename Website name & Fix Build Issue 🚀 by @yezz123 in #113
- Chore: Delete
aiohttpby @yezz123 in #114 - WIP: Add Code owner 🖇 by @yezz123 in #117
- Chore: Fix Key Directory 🔑 by @yezz123 in #115
- Configure
.pyup✨ by @yezz123 in #120 - pep-0008: Fix Package and Module Names✨ by @yezz123 in #126
- chore: Change project Name by @yezz123 in #128
- chore: fix dockerfile commands by @yezz123 in #130
- Chore: change Name from
AuthXtoauthx✨ by @yezz123 in #131 - Bump version from 0.1.1 to 0.1.2 ✨ by @yezz123 in #132
New Contributors
- @allcontributors made their first contribution in #105
Full Changelog: 0.1.1...0.1.2
