Try to figure out pyproject.toml

This commit is contained in:
Jonathan Sundqvist
2021-07-05 09:12:44 +02:00
parent e1f43b285d
commit 03b6459cae
3 changed files with 10 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
# setup.py
from setuptools import setup
setup(
name="pelican-obsidian",
use_scm_version=True,
setup_requires=['setuptools_scm'],
)