renamed package to sg.py

This commit is contained in:
Bastian Venthur
2018-07-14 22:12:43 +02:00
parent 1e15b6fd37
commit da65671585

View File

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