Skip to content

Commit e925152

Browse files
committed
pyproject fix
1 parent 18feb91 commit e925152

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@ requires = ["setuptools>=64"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name="markdown_merge"
6+
name = "markdown_merge"
77
dynamic = ["version"]
88
description = "Send email using markdown"
99
readme = "README.md"
10-
requires-python=">=3.10"
10+
requires-python = ">=3.10"
1111
license = {text = "Apache-2.0"}
1212
authors = [{name = "Jeremy Howard", email = "github@jhoward.fastmail.fm"}]
1313
keywords = ['email', 'mail', 'markdown', 'template']
14-
classifiers = [
15-
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3 :: Only",
17-
]
18-
dependencies = ["fastcore","markdown"]
14+
classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
15+
dependencies = ['fastcore', 'markdown']
1916

2017
[project.urls]
2118
Repository = "https://github.com/AnswerDotAI/markdown_merge"

0 commit comments

Comments
 (0)