Skip to content

Commit

Permalink
include attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Nov 22, 2024
1 parent 9dc14af commit 3268a6a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,36 @@
"typing-extensions",
"aenum"
],
"attribution": {
"revolt.py": {
"author": "revoltchat",
"description": "Python wrapper for https://revolt.chat",
"repo": "https://github.com/revoltchat/revolt.py",
"license": "MIT",
"license_url": "https://github.com/revoltchat/revolt.py/blob/master/LICENSE"
},
"ulid-py": {
"author": "Andrew Hawker",
"description": "Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3",
"repo": "https://github.com/ahawker/ulid",
"license": "Apache-2.0",
"license_url": "https://github.com/ahawker/ulid/blob/master/LICENSE"
},
"typing-extensions": {
"author": "Python Software Foundation",
"description": "Backported and experimental type hints for Python",
"repo": "https://github.com/python/typing_extensions",
"license": "PSF-2.0",
"license_url": "https://github.com/python/typing_extensions/blob/main/LICENSE"
},
"aenum": {
"author": "Ethan Furman",
"description": "Advanced Enumerations for Python",
"repo": "https://github.com/ethanfurman/aenum",
"license": "BSD-3-Clause",
"license_url": "https://github.com/ethanfurman/aenum/blob/master/aenum/LICENSE"
}
},
"modules": [
"bridge_revolt.py"
],
Expand Down

0 comments on commit 3268a6a

Please sign in to comment.