4 lines
93 B
Python
4 lines
93 B
Python
# setup.py
|
|
from setuptools import setup
|
|
setup(name="pelican-obsidian", use_scm_version=True)
|