Skip to content

Commit

Permalink
chore: manifest tweaks to claim slots
Browse files Browse the repository at this point in the history
not definitive at all
  • Loading branch information
alemidev committed Sep 5, 2024
1 parent ca649da commit d0659b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
9 changes: 2 additions & 7 deletions dist/js/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"name": "@codemp/codemp",
"version": "0.0.9-debug",

"dependencies": {
"@napi-rs/cli": "^2.18.0",
"npx": "^10.2.2"
}
"name": "codemp",
"version": "0.0.0"
}
17 changes: 10 additions & 7 deletions dist/py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
[project]
name = "codemp"
version = "0.7.0"
description = "Cooperative multi-player coding"
version = "0.0.1"
description = "code multiplexer"
requires-python = ">=3.8"
license = {file = "../../LICENSE"}
keywords = ["codemp", "ffi", "rust", "python"]
license = "GPL-3.0-only"
keywords = ["codemp", "cooperative", "rust", "python"]
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 = [
{name = "Camillo Schenone", email = "cschen@codemp.dev"}
{ name = "Camillo Schenone", email = "cschen@codemp.dev" },
]
classifiers = [
"Programming Language :: Python"
Expand All @@ -18,7 +21,7 @@ classifiers = [
dependencies = []

[project.urls]
repository = "github.com/hexedtech/codemp.git"
repository = "https://github.com/hexedtech/codemp.git"

[build-system]
requires = ["maturin>=1.0,<2.0"]
Expand Down

0 comments on commit d0659b9

Please sign in to comment.