updated makefile, changed name to blag

This commit is contained in:
Bastian Venthur
2021-02-01 21:07:37 +01:00
parent 2f60351181
commit e18e5f6aa1
3 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ exec(open('./sg/version.py').read(), meta)
meta['long_description'] = open('./README.md').read()
setup(
name='sg.py',
name='blag',
version=meta['__VERSION__'],
description='Simple static site generator.',
long_description=meta['long_description'],