Skip to content

0.4.0

Compare
Choose a tag to compare
@sdispater sdispater released this 08 Mar 21:10
· 3194 commits to main since this release
0.4.0
ff43f6a

Added

  • Added packaging support (sdist and pure-python wheel).
  • Added the build command.
  • Added support for extras definition.
  • Added support for dependencies extras specification.
  • Added the config command.
  • Added the publish command.

Changed

  • Dependencies system constraints are now respected when installing packages.
  • Complied with PEP 440

Fixed

  • Fixed show command for VCS dependencies.
  • Fixed handling of releases with bad markers in PyPiRepository.