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() meta['long_description'] = open('./README.md').read()
setup( setup(
name='sg', name='sg.py',
version=meta['__VERSION__'], version=meta['__VERSION__'],
description='Simple static site generator.', description='Simple static site generator.',
long_description=meta['long_description'], long_description=meta['long_description'],