mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 23:34:49 +01:00
chore: manifest tweaks to claim slots
not definitive at all
This commit is contained in:
parent
ca649dac9a
commit
d0659b992c
2 changed files with 12 additions and 14 deletions
9
dist/js/package.json
vendored
9
dist/js/package.json
vendored
|
@ -1,9 +1,4 @@
|
||||||
{
|
{
|
||||||
"name": "@codemp/codemp",
|
"name": "codemp",
|
||||||
"version": "0.0.9-debug",
|
"version": "0.0.0"
|
||||||
|
|
||||||
"dependencies": {
|
|
||||||
"@napi-rs/cli": "^2.18.0",
|
|
||||||
"npx": "^10.2.2"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
17
dist/py/pyproject.toml
vendored
17
dist/py/pyproject.toml
vendored
|
@ -1,15 +1,18 @@
|
||||||
[project]
|
[project]
|
||||||
name = "codemp"
|
name = "codemp"
|
||||||
version = "0.7.0"
|
version = "0.0.1"
|
||||||
description = "Cooperative multi-player coding"
|
description = "code multiplexer"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
license = {file = "../../LICENSE"}
|
license = "GPL-3.0-only"
|
||||||
keywords = ["codemp", "ffi", "rust", "python"]
|
keywords = ["codemp", "cooperative", "rust", "python"]
|
||||||
authors = [
|
authors = [
|
||||||
{email = "cschen@codemp.dev"}
|
{ name = "Camillo Schenone", email = "cschen@codemp.dev" },
|
||||||
|
{ name = "alemi", email = "me@alemi.dev" },
|
||||||
|
{ name = "zaaarf", email = "me@zaaarf.foo" },
|
||||||
|
{ name = "frelodev", email = "frelodev@gmail.com" },
|
||||||
]
|
]
|
||||||
maintainers = [
|
maintainers = [
|
||||||
{name = "Camillo Schenone", email = "cschen@codemp.dev"}
|
{ name = "Camillo Schenone", email = "cschen@codemp.dev" },
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python"
|
"Programming Language :: Python"
|
||||||
|
@ -18,7 +21,7 @@ classifiers = [
|
||||||
dependencies = []
|
dependencies = []
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
repository = "github.com/hexedtech/codemp.git"
|
repository = "https://github.com/hexedtech/codemp.git"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["maturin>=1.0,<2.0"]
|
requires = ["maturin>=1.0,<2.0"]
|
||||||
|
|
Loading…
Reference in a new issue