Skip to content

Commit

Permalink
chore: add some metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Oct 1, 2023
1 parent 09aeb9b commit c853b14
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
[tool.poetry]
name = "rpca"
version = "0.1.0"
description = ""
description = "Robust PCA using Accelerated Alternating Projection"
authors = ["Loic Coyle <[email protected]>"]
readme = "README.md"
license = "MIT"
keywords = ["robust pca", "rpca", "sklearn", "dimensionality reduction"]
repository = "https://github.com/loiccoyle/RPCA"
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3 :: Only",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"License :: OSI Approved :: MIT License",
]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
Expand Down

0 comments on commit c853b14

Please sign in to comment.