pip et al don't handle metadata for pyproject.toml yet

This commit is contained in:
Jonathan Sundqvist
2021-07-05 09:46:56 +02:00
parent 03b6459cae
commit d6bfbea2af
4 changed files with 36 additions and 28 deletions
-27
View File
@@ -1,30 +1,3 @@
[project]
name = "pelican-obsidian"
version = "0.1.0"
description = "Makes pelican markdown files more compatible with Obsidian"
authors = [
"Jonathan Sundqvist <jonathan@argpar.se>"
]
license = "MIT"
readme = "README.md"
python = "^3.6"
homepage = "https://github.com/jonathan-s/pelican-obsidian"
repository = "https://github.com/jonathan-s/pelican-obsidian"
documentation = "https://github.com/jonathan-s/pelican-obsidian"
keywords = ["pelican", "obsidian", "plugin"]
classifiers = [
"Topic :: Software Development"
]
# Requirements
[dependencies]
pelican = "^4.5"
[dev-dependencies]
black = { version = "^18.3-alpha.0", python = "^3.6" }
[build-system]
requires = [
"setuptools>=45",