From d0659b992cc15363a34bdaeb93df980900c3a981 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 5 Sep 2024 04:20:39 +0200 Subject: [PATCH] chore: manifest tweaks to claim slots not definitive at all --- dist/js/package.json | 9 ++------- dist/py/pyproject.toml | 17 ++++++++++------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/dist/js/package.json b/dist/js/package.json index 2e9bf687..a8cbb3b2 100644 --- a/dist/js/package.json +++ b/dist/js/package.json @@ -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" } diff --git a/dist/py/pyproject.toml b/dist/py/pyproject.toml index f9b6ea31..98a8bd47 100644 --- a/dist/py/pyproject.toml +++ b/dist/py/pyproject.toml @@ -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" @@ -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"]