Skip to content

Commit

Permalink
Fixed license and classifiers in pyproject.toml (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniv-shulman authored May 21, 2024
1 parent e574431 commit d6f7c3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[tool.poetry]
authors = ["Yaniv Shulman <yaniv@shulman.info>"]
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: MIT License",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Mathematics",
]
description = "Implementation of the Robust Local Polynomial Regression with Similarity Kernel draft paper"
homepage = "https://github.com/yaniv-shulman/rsklpr"
keywords = [
"statistics", "robust statistics", "regression", "robust regression", "local polynomial regression", "machine learning", "locally weighted regression",
]
license = "GPL-3.0-only"
name = "rsklpr"
packages = [
{ include = "rsklpr", from = "src" }
Expand Down

0 comments on commit d6f7c3d

Please sign in to comment.