Skip to content

Commit

Permalink
Added name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
dijital20 committed Apr 27, 2024
1 parent 4e81d0e commit bcf5d1e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
[tool.pdm]

[project]
name = ""
version = ""
name = "pytexas2023-decorators"
version = "1.0"
description = ""
authors = [
{name = "Josh Schneider", email = "[email protected]"},
]
authors = [{ name = "Josh Schneider", email = "[email protected]" }]
dependencies = [
"mkdocs>=1.4.2",
"black>=23.1.0",
"mkdocs-include-markdown-plugin>=3.9.1",
"ruff>=0.0.259",
]
requires-python = ">=3.9"
license = {text = "MIT"}
license = { text = "MIT" }

0 comments on commit bcf5d1e

Please sign in to comment.