Skip to content

Commit ea4c4d6

Browse files
committed
misc doc/makefile updates
1 parent 1230712 commit ea4c4d6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build/tox/bin:
55

66
build/publish/bin:
77
python3 -m venv build/publish
8-
build/publish/bin/pip install wheel twine
8+
build/publish/bin/pip install build wheel twine
99

1010
checkversion:
1111
git log -1 --oneline | grep -q "Bump version" || (echo "DID NOT DO VERSION BUMP"; exit 1)

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The files can be consumed by a wide range of tools, such as build systems, IDEs
1414
and continuous integration servers.
1515

1616

17+
## PyPI
18+
19+
- PyPI page for the project: https://pypi.org/project/unittest-xml-reporting/
20+
- PyPI download stats: https://pypistats.org/packages/unittest-xml-reporting
21+
22+
1723
## Contributing
1824

1925
We are always looking for good contributions, so please just fork the

0 commit comments

Comments
 (0)