pip et al don't handle metadata for pyproject.toml yet
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user