Compare commits
No commits in common. "4334f55af052ad83b73854f394ff8f1ac1995484" and "34988440fd09a3606defdbbf3daabf850ba4b369" have entirely different histories.
4334f55af0
...
34988440fd
|
@ -10,7 +10,7 @@ jobs:
|
|||
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
|
||||
with:
|
||||
REGISTRY_DOMAIN: gitfub.space
|
||||
REGISTRY_ORGANIZATION: jmaa
|
||||
REGISTRY_ORGANIZATION: usagi-keiretsu
|
||||
secrets:
|
||||
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
|
||||
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}
|
||||
|
|
|
@ -41,10 +41,6 @@ python -m libpurple_to_markdown LOG_DIRECTORY --output OUTPUT_FOLDER
|
|||
It was made specifically for import into Obsidian, so it might not suite your
|
||||
purposes, but it shouldn't be too difficult to adjust the formatting code.
|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Decode MMS parts and reconstruct image attachments.
|
||||
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.4'
|
||||
__version__ = '0.1.3'
|
||||
|
|
4
setup.py
4
setup.py
|
@ -47,10 +47,6 @@ python -m libpurple_to_markdown LOG_DIRECTORY --output OUTPUT_FOLDER
|
|||
|
||||
It was made specifically for import into Obsidian, so it might not suite your
|
||||
purposes, but it shouldn't be too difficult to adjust the formatting code.
|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Decode MMS parts and reconstruct image attachments.
|
||||
""".strip()
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT = """
|
||||
|
|
Loading…
Reference in New Issue
Block a user