Skip to content

Commit

Permalink
build: update build and description
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio Reyes <[email protected]>
  • Loading branch information
soda480 committed Jan 2, 2025
1 parent 8ad7720 commit ca61664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

name = 'mpmq'
authors = [Author('Emilio Reyes', '[email protected]')]
summary = 'Mpmq is an abstraction of the Python multiprocessing library providing execution pooling and message queuing capabilities.'
summary = 'The mpmq module enables seamless interprocess communication between a parent and child processes when parallelizing a task across multiple workers.'
url = 'https://github.com/soda480/mpmq'
version = '0.5.1'
version = '0.6.0'
default_task = [
'clean',
'analyze',
Expand Down

0 comments on commit ca61664

Please sign in to comment.