Skip to content

Commit

Permalink
📝 Update readme project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPerrier committed Jan 15, 2024
1 parent c99df35 commit b044208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ authors = [
{name = "Antoine Simoulin"},
]
description = "Melusine is a high-level library for emails processing"
readme = "README.md"
requires-python = ">=3.8"
keywords = ["nlp", "email", "courriel", "text", "data-science", "machine-learning", "natural-language-processing"]
license = {text = "Apache Software License 2.0"}
Expand Down Expand Up @@ -41,7 +42,7 @@ dependencies = [
"tqdm>=4.34",
"omegaconf>=2.0",
]
dynamic = ["version", "readme"]
dynamic = ["version"]

[project.optional-dependencies] # Optional
dev = ["tox", "pre-commit", "black", "flake8", "isort", "mypy", "pytest", "coverage", "build", "ruff"]
Expand All @@ -54,7 +55,6 @@ where = ["."]

[tool.setuptools.dynamic]
version = {attr = "melusine.VERSION"}
readme = {file = ["README.md"]}

[tool.black]
line-length = 120
Expand Down

0 comments on commit b044208

Please sign in to comment.