v1.4.1 — Fix `get_project_page()`
- Migrated from setuptools to hatch
- Bugfix: When no
accept
argument is passed toPyPISimple.get_project_page()
, actually fall back to the value supplied on client instantiation, as documented (contributed by @thatch)