updated readme

This commit is contained in:
Bastian Venthur
2021-03-12 21:06:54 +01:00
parent a98b2071fd
commit 7eafaba49a
2 changed files with 12 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ meta['long_description'] = open('./README.md').read()
setup(
name='blag',
version=meta['__VERSION__'],
description='simple blog-aware static site generator',
description='blog-aware, static site generator',
long_description=meta['long_description'],
long_description_content_type='text/markdown',
keywords='markdown blag blog static site generator cli',