Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 5cbae31

Browse files
authored
Add contributors and README reference on PyPi (#12)
1 parent ece7bb0 commit 5cbae31

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,9 @@ for letter in letters:
5050
## Changelog
5151
See the [CHANGELOG](./CHANGELOG.md) file.
5252

53+
## Contributors
54+
- [@eavanvalkenburg](https://github.com/eavanvalkenburg)
55+
- [@peternijssen](https://github.com/peternijssen)
56+
5357
## License
5458
MIT

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
setup(
44
name="postnl_api",
55
version="1.2.0",
6-
description="Python wrapper for the PostNL API, a way to track packages using their online portal",
6+
description="Python wrapper for the PostNL API, a way to track packages and letters.",
7+
long_description=open('README.md').read(),
8+
long_description_content_type="text/markdown",
79
url="https://github.com/imicknl/python-postnl-api",
810
author="Mick Vleeshouwer",
911
author_email="mick@imick.nl",

0 commit comments

Comments
 (0)