Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter9192 committed Jan 26, 2024
1 parent 5c2d270 commit 29f646b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ 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",
"scikit-learn",
"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 = "[email protected]"},
{name = "Peter Kalverla.", email = "[email protected]"},
{name = "Stefan Verhoeven.", email = "[email protected]"},
]
license = {file = "LICENSE.txt"}
keywords=["random forest", "machine learning", "mixed effects"]
Expand All @@ -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]
Expand Down

0 comments on commit 29f646b

Please sign in to comment.