Skip to content

Commit

Permalink
Add classifiers and project URLs to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
btfranklin committed Apr 10, 2024
1 parent eed717c commit d62feb9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ dependencies = []
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Topic :: File Formats",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Markup :: Markdown"
]

[project.urls]
Homepage = "https://github.com/btfranklin/promptdown"
Issues = "https://github.com/btfranklin/promptdown/issues"

[build-system]
requires = ["pdm-backend"]
Expand Down

0 comments on commit d62feb9

Please sign in to comment.