makepackage icon indicating copy to clipboard operation
makepackage copied to clipboard

Package for easy packaging of Python code

Results 7 makepackage issues
Sort by recently updated
recently updated
newest added

Implement the following functionality: After creating a package, tests should be run, including `pytest` and `doctest`. If they all pass, it means that the package is created correctly and all...

`print_final_info()` should be run in `__main__.main()`, but it's not (parentheses are missing).

Add the build dependency to both `makepackage` and packages created using it. Thanks to the `build` backend, `makepackage` doesn't require the setup file anymore, but we will leave it in...

Currently, `perftester`'s testing suite contains integration tests only, but not actual unit tests. This issue aims to add them.

Pyuthon is moving from setup.py files to pyproject.toml files. `makepackage` should too.

I suggest instead of showing an error message when `makepackage` is invoked without any arguments, showing a help message indicating how to use the package will be quite appropriate.