mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
updated makefile, changed name to blag
This commit is contained in:
3
Makefile
3
Makefile
@@ -19,7 +19,8 @@ lint:
|
||||
.PHONY: lint
|
||||
|
||||
release:
|
||||
$(VENV)/bin/python3 setup.py sdist bdist_wheel upload
|
||||
$(VENV)/bin/python3 setup.py sdist bdist_wheel
|
||||
$(VENV)/bin/twine upload dist/*
|
||||
.PHONY: release
|
||||
|
||||
clean:
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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'],
|
||||
|
||||
@@ -1 +1 @@
|
||||
__VERSION__ = '1.2.1'
|
||||
__VERSION__ = '0.0.0'
|
||||
|
||||
Reference in New Issue
Block a user