Skip to content

Commit

Permalink
build: add metadata to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chiehtu committed May 7, 2023
1 parent b4cfb4c commit d82c4fe
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@ version = "0.2.2"
description = "A Django app for rendering Markdown (by Misaka Markdown parser)."
authors = ["Chieh Tu <me@chiehtu.net>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/chiehtu/django-misaka"
classifiers = [
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
]
include = ["CHANGELOG.md"]

[tool.poetry.dependencies]
python = "^3.7"
python = ">= 3.7, < 3.11"
misaka = "~2.1.1"
Pygments = "~2.15.1"

Expand Down

0 comments on commit d82c4fe

Please sign in to comment.