Another try at uploading to PyPi.

This commit is contained in:
Faerbit 2017-05-05 04:00:59 +02:00
parent 524554df1a
commit 8889fe49db
3 changed files with 13 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pyc

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
all: build
build: clean
python setup.py sdist bdist_wheel
upload: clean build
twine upload dist/*
clean:
rm -rf build dist *.egg-info

View File

@ -9,7 +9,7 @@ from os.path import join, isfile
from tempfile import TemporaryDirectory
from hashlib import sha256
PAPERIZE_VERSION = "v1.0.1"
PAPERIZE_VERSION = "v1.0.2"
QR_VERSION = 21