use pip install . instead of python setup.py install

This commit is contained in:
Max Erenberg 2021-11-02 02:07:15 -04:00
parent bdc2f9b31b
commit f9f5d70ad3
3 changed files with 8 additions and 2 deletions

View File

@ -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!)

View File

@ -1 +1 @@
1.0.3
1.0.4

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ceo (1.0.4-buster1) buster; urgency=high
* Use pip install . instead of python setup.py install
-- Max Erenberg <merenber@csclub.uwaterloo.ca> Tue, 02 Nov 2021 06:05:52 +0000
ceo (1.0.3-buster1) buster; urgency=high
* Include Jinja templates in MANIFEST.in.