Skip to content

Commit

Permalink
Add codemp wheel to dependencies (#29)
Browse files Browse the repository at this point in the history
* Add codemp wheel to dependencies

I am developing a plugin that needs this library

* fix name

* updated window wheel to the non abi version
  • Loading branch information
ghyatzo authored Sep 20, 2024
1 parent 4062cc7 commit 928e830
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,32 @@
}
]
},
{
"name": "codemp",
"description": "codemp - collaborative editing library",
"author": ["alemi", "cschen", "fraaz", "frelodev"],
"issues": "https://github.com/hexedtech/codemp/issues",
"releases": [
{
"base": "https://pypi.org/project/codemp/",
"asset": "codemp-*-cp38-none-win_amd64.whl",
"platforms": ["windows-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/codemp/",
"asset": "codemp-*-cp38-abi3-manylinux_2_34_x86_64*.whl",
"platforms": ["linux-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/codemp/",
"asset": "codemp-*-cp38-abi3-macosx_11_0_arm64.whl",
"platforms": ["osx-arm64"],
"python_versions": ["3.8"]
}
]
},
{
"name": "coloraide",
"description": "A color library.",
Expand Down

0 comments on commit 928e830

Please sign in to comment.