Skip to content

Releases: TheCleric/ppsetuptools

2.0.2

05 May 21:53
Compare
Choose a tag to compare

BUGFIX: correcting field for author email when both name and email are specified - @Thirdegree

2.0.1

21 Apr 20:00
dafb427
Compare
Choose a tag to compare

Minor release to fix license in PyPI

2.0.0 - PEP 621 Compatibility

21 Apr 19:54
4276415
Compare
Choose a tag to compare

This release makes ppsetuptools PEP-621 compliant. ppsetuptools will now attempt to use PEP-621 compliant metadata in a pyproject.toml file (such as readme) to populate the equivalent params in setuptools. Currently, existing setuptools keyword arguments are acceptable as a fallback inside the pyproject.toml file.

1.0.0

19 Feb 18:24
757701c
Compare
Choose a tag to compare
  • Allow usage of new dependencies and optional-dependencies
  • Full pylint and mypy compliance
  • Switch to makefiles for scripting

0.9.2 - Add entry_points as a valid setup kwargs

21 Sep 22:38
42ad042
Compare
Choose a tag to compare
Add entry_points as a valid setup param (#14)

0.9.1 - Update with install instructions and minor fixes

21 Sep 15:31
59793c9
Compare
Choose a tag to compare
Add install instructions (#13)

* Fix windows newlines

* Add install instruction

* Add a pre-commit hook and check script

* Need setuptools>=38.6.0 to have a long_description_content_type

* Let's try upgrading setuptools...

0.9.0 - Initial beta release

21 Sep 04:19
d38af25
Compare
Choose a tag to compare
Fix windows newlines (#10)