pelican-obsidian/setup.py

4 lines
93 B
Python
Raw Normal View History

2021-07-03 10:59:04 +00:00
# setup.py
from setuptools import setup
2021-07-03 11:40:42 +00:00
setup(name="pelican-obsidian", use_scm_version=True)