From 467809af2be1e3146f5071d71b5cfb82ddf6b7be Mon Sep 17 00:00:00 2001 From: MS Date: Mon, 9 Nov 2020 18:00:32 +0100 Subject: include error codes in the Wheel --- Makefile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fa4293a..ee71b1f 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: dist # is found here: https://reproducible-builds.org/docs/source-date-epoch/ # .PHONY: dist -dist: +dist: gana $(env) SOURCE_DATE_EPOCH=315532800 $(python) setup.py sdist bdist_wheel .PHONY: gana diff --git a/setup.py b/setup.py index 734fd05..50bead5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ with open('README', 'r') as f: setup( name='taler-util', - version='0.8.0', + version='0.8.1', license='LGPL3+', platforms='any', author='Taler Systems SA', -- cgit v1.2.3