Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer committed Apr 24, 2024
1 parent b6e83d6 commit 4e14f2d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ requires-python = ">=3.9"
name = "nodify"
description = "Supercharge your functional application with a powerful node system."
readme = "README.md"
license = {text = "MIT"}
version = "0.0.3"
license = {text = "MIT", file = "LICENSE"}
version = "0.0.4"

dependencies = []

authors = [
{name = "Pol Febrer", email = "[email protected]"}
]
maintainers = [{name="Pol Febrer"}]
maintainers = [{name="Pol Febrer", email = "[email protected]"}]

classifiers = [
"Programming Language :: Python :: 3.9",
Expand All @@ -23,6 +23,9 @@ classifiers = [
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/pfebrer/nodify"
Repository = "https://github.com/pfebrer/nodify"

[project.optional-dependencies]

Expand Down

0 comments on commit 4e14f2d

Please sign in to comment.