mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-03 10:08:28 -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
|
||||
------
|
||||
|
||||
* Updated Changelog for v1.5.0 release
|
||||
* Fix tox tests
|
||||
* fix usage statement
|
||||
* Enabled some emailthread messages and added timestamp
|
||||
|
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ clean:
|
||||
|
||||
test: dev
|
||||
.venv/bin/pre-commit run --all-files
|
||||
tox -p
|
||||
tox -p all
|
||||
|
||||
build: test
|
||||
rm -rf dist/*
|
||||
|
@ -40,7 +40,7 @@ of aprsd itself.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user