Use a name when installing with -e

This commit is contained in:
Jonathan Sundqvist
2021-07-03 13:40:42 +02:00
parent 85e947acc8
commit d1d89794d5
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# setup.py
from setuptools import setup
setup(use_scm_version=True)
setup(name="pelican-obsidian", use_scm_version=True)