Refactor release workflow to copy micromail.py instead of the folder, update README for installation instructions, and remove unused __init__.py file
All checks were successful
/ serve (push) Successful in 12s

This commit is contained in:
Edgar P. Burkhart 2025-05-17 20:56:43 +02:00
parent 7c44e71124
commit 1429665e0d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
{
"urls": [
["micromail/__init__.py", "micromail/__init__.py"]
["micromail.py", "micromail.py"]
],
"deps": [
["datetime", "latest"]
],
"version": "0.1.0"
"version": "0.1.2"
}