diff --git a/pyproject.toml b/pyproject.toml index 57152cd..5d54319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]