From 29f646be804d27f17cc39be7a5d8d3d80d1dc440 Mon Sep 17 00:00:00 2001 From: Peter Kalverla Date: Fri, 26 Jan 2024 14:52:49 +0100 Subject: [PATCH] Update metadata --- LICENSE | 1 + pyproject.toml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 7f988f2..f2e3265 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2019 Manifold +Copyright (c) 2024 Netherlands eScience Center Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index cc32e7e..f36ea4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "dumme" -version = "1.0.1" +name = "DumME" +version = "0.1.0" dependencies = [ "pandas>=1.0", "numpy>=1.20", @@ -12,12 +12,12 @@ dependencies = [ "matplotlib>=3.0", "lightgbm", ] -description="Mixed Effects Model" +description="Mixed Effects Dummy Model" readme="README.md" requires-python = '>=3.9' authors = [ - {name = "Manifold, Inc.", email = "sdey@manifold.ai"}, {name = "Peter Kalverla.", email = "p.kalverla@esciencecenter.nl"}, + {name = "Stefan Verhoeven.", email = "s.verhoeven@esciencecenter.nl"}, ] license = {file = "LICENSE.txt"} keywords=["random forest", "machine learning", "mixed effects"] @@ -32,7 +32,7 @@ classifiers=[ dev = ["black", "ruff", "isort", "pytest", "pycaret"] [project.urls] -Repository="https://github.com/phenology/merf" +Repository="https://github.com/phenology/dumme" Original="https://github.com/manifoldai/merf" [tool.isort]