mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-03 05:37:52 -04:00
Updated README to fix pypi page
This patch updates the README to fix the overview image for pypi. This patch also updates the makefile to force broken tox -p commands
This commit is contained in:
parent
47ccce53ea
commit
98e3c246ad
@ -4,6 +4,7 @@ CHANGES
|
|||||||
v1.5.0
|
v1.5.0
|
||||||
------
|
------
|
||||||
|
|
||||||
|
* Updated Changelog for v1.5.0 release
|
||||||
* Fix tox tests
|
* Fix tox tests
|
||||||
* fix usage statement
|
* fix usage statement
|
||||||
* Enabled some emailthread messages and added timestamp
|
* Enabled some emailthread messages and added timestamp
|
||||||
|
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ clean:
|
|||||||
|
|
||||||
test: dev
|
test: dev
|
||||||
.venv/bin/pre-commit run --all-files
|
.venv/bin/pre-commit run --all-files
|
||||||
tox -p
|
tox -p all
|
||||||
|
|
||||||
build: test
|
build: test
|
||||||
rm -rf dist/*
|
rm -rf dist/*
|
||||||
|
@ -40,7 +40,7 @@ of aprsd itself.
|
|||||||
APRSD Overview Diagram
|
APRSD Overview Diagram
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/craigerl/aprsd/crager-stable/docs/_static/aprsd_overview.svg?sanitize=true
|
.. image:: https://raw.githubusercontent.com/craigerl/aprsd/master/docs/_static/aprsd_overview.svg?sanitize=true
|
||||||
|
|
||||||
|
|
||||||
Typical use case
|
Typical use case
|
||||||
|
Loading…
x
Reference in New Issue
Block a user