1
0
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:
Bastian Venthur
2021-02-01 21:07:37 +01:00
parent 2f60351181
commit e18e5f6aa1
3 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ lint:
.PHONY: lint .PHONY: lint
release: 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 .PHONY: release
clean: clean:

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.py', name='blag',
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'],

View File

@@ -1 +1 @@
__VERSION__ = '1.2.1' __VERSION__ = '0.0.0'