diff --git a/Makefile b/Makefile index dded41a..8ecb067 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ venv: pip install --upgrade pip && \ pip install setuptools wheel && \ pip install -r requirements.txt && \ - python setup.py install + pip install . install: @# Prepare the virtualenv to be moved (dangerous!) diff --git a/VERSION.txt b/VERSION.txt index 21e8796..ee90284 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.0.3 +1.0.4 diff --git a/debian/changelog b/debian/changelog index 0b48dee..aabaca5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceo (1.0.4-buster1) buster; urgency=high + + * Use pip install . instead of python setup.py install + + -- Max Erenberg Tue, 02 Nov 2021 06:05:52 +0000 + ceo (1.0.3-buster1) buster; urgency=high * Include Jinja templates in MANIFEST.in.