forked from github.com/blag
renamed package to sg.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user