This commit is contained in:
mwiegand 2023-03-22 21:33:45 +01:00
parent 1bb04e3080
commit abc85697fd
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
export FLASK_APP=ckn_blog flask run export FLASK_APP=blog flask run

View file

@ -1,6 +1,6 @@
from setuptools import find_packages, setup from setuptools import find_packages, setup
setup( setup(
name="ckn_blog", name="blog",
packages=find_packages(), packages=find_packages(),
) )