Skip to content

Releases: nyggus/makepackage

Updated README

12 Mar 04:12
99b9341
Compare
Choose a tag to compare

This release comes with updated README, which now correctly explains how to use makepackage with the pyproject.toml file.

pyproject.toml backend

12 Dec 10:49
fc898ff
Compare
Choose a tag to compare

The 0.2.0 version of makepackage comes with the following changes:

  • makepackage is now packaged and manages dependencies using the pyproject.toml file
  • packages created using makepackage are packaged and manage dependencies in the same way, that is, using the pyproject.toml file
  • unit tests have been improved

Improved flag

27 Dec 02:46
ef6055d
Compare
Choose a tag to compare

This release comes with

  • an improved flag, with the main flag being --cli, but both -cli and cli flags working, too
  • bug fix: after creating a package, a log is printed to the console informing about what's been done

Improve CLI flags

14 Sep 14:00
Compare
Choose a tag to compare

Before, the user needed to use the cli flag to create a CLI package. The flag did not look like a flag. Now, the user can use --cli and -cli flag (in case of a mistake), but for backward compatibility, the cli flag is also accepted.

Improved README

09 Sep 08:44
15a2ad7
Compare
Choose a tag to compare

This release comes with improved README.

Improved documentation: contribution

17 Aug 09:24
4b358b1
Compare
Choose a tag to compare

This release comes with a significant change to the Contribution section of README. Now the section describes in detail how to contribute (including git commands), and what proposals have chances to get accepted and incorporated into makepackage.

Improved dev installation

12 Aug 18:11
4b16783
Compare
Choose a tag to compare
Merge pull request #8 from hp0404/patch-1

update setup.py with relative readme

Improved documentation

10 Aug 06:42
0a4195f
Compare
Choose a tag to compare

This release comes with improved documentation.

First release

07 Jun 04:02
c83ef17
Compare
Choose a tag to compare

This is the first release of makepackage, a package for packaging Python code.