mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Changes: https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md https://python-markdown.github.io/changelog/
11 lines
366 B
TOML
11 lines
366 B
TOML
--- pyproject.toml.orig 2023-07-25 15:13:14 UTC
|
|
+++ pyproject.toml
|
|
@@ -4,7 +4,7 @@ requires = ["setuptools>=61.2", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
-name = 'Markdown'
|
|
+name = 'markdown'
|
|
dynamic = ['version']
|
|
description = "Python implementation of John Gruber's Markdown."
|
|
readme = {file = 'README.md', content-type='text/markdown'}
|