Another try at uploading to PyPi.
This commit is contained in:
parent
524554df1a
commit
8889fe49db
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.pyc
|
11
Makefile
Normal file
11
Makefile
Normal 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
|
||||||
|
|
@ -9,7 +9,7 @@ from os.path import join, isfile
|
|||||||
from tempfile import TemporaryDirectory
|
from tempfile import TemporaryDirectory
|
||||||
from hashlib import sha256
|
from hashlib import sha256
|
||||||
|
|
||||||
PAPERIZE_VERSION = "v1.0.1"
|
PAPERIZE_VERSION = "v1.0.2"
|
||||||
|
|
||||||
QR_VERSION = 21
|
QR_VERSION = 21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user