Try to figure out pyproject.toml
This commit is contained in:
parent
e1f43b285d
commit
03b6459cae
7
_setup.py
Normal file
7
_setup.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# setup.py
|
||||
from setuptools import setup
|
||||
setup(
|
||||
name="pelican-obsidian",
|
||||
use_scm_version=True,
|
||||
setup_requires=['setuptools_scm'],
|
||||
)
|
|
@ -27,8 +27,9 @@ black = { version = "^18.3-alpha.0", python = "^3.6" }
|
|||
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools >= 35.0.2",
|
||||
"setuptools_scm >= 2.0.0, <3"
|
||||
"setuptools>=45",
|
||||
"wheel",
|
||||
"setuptools_scm[toml]>=6.0",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user