gauteh / lieer

Fast email-fetching and sending and two-way tag synchronization between notmuch and GMail
http://lieer.gaute.vetsj.com
Other
503 stars 61 forks source link

Set `long_description_content_type` in setup.py #138

Closed apetresc closed 4 years ago

apetresc commented 4 years ago

This is required by PyPI if the description format is not the default (restructured text).

On that note, I should add that I've been uploading lieer source dists to PyPI so that users can do a simple pip install lieer: https://github.com/apetresc/lieer/pull/new/pypi-compat. This is the only change that is required to make it compatible.

If you would prefer to take over the PyPI entry for the project, please let me know! I will happily transfer it over (and can even help you write a Github Actions workflow to automatically deploy it there whenever you create a tagged release)

gauteh commented 4 years ago

Thanks, this looks good! I'm very happy that you are handling packaging to pypi, but wouldn't mind being added as co-maintainer (my handle is gauteh). Would be great with Github Actions.

apetresc commented 4 years ago

Done! I'll send over the Github Action workflow later tonight, hopefully.

gauteh commented 4 years ago

Hi, I am planning a new release as soon as possible. There were some changes to the send command that makes it more safe, so should release a new version fast. #154

flokli commented 4 years ago

@gauteh can you give a heads-up once a new version was released? Happy to update the description in nixpkgs to the new release.

gauteh commented 4 years ago

Florian Klink writes on May 18, 2020 13:05:

@gauteh can you give a heads-up once a new version was released? Happy to update the description in nixpkgs to the new release.

Yes, I'll do it here. Let's test the latests changes at least a day.

gauteh commented 4 years ago

v1.2 has been released.

flokli commented 4 years ago

@gauteh pypi still is on 1.1? Is this expected?

gauteh commented 4 years ago

Florian Klink writes on May 23, 2020 14:31:

@gauteh pypi still is on 1.1? Is this expected?

Uploaded.

flokli commented 4 years ago

@gauteh, @apetresc I see there was some discussion about uploading to PyPI automatically on releases via GitHub Actions. I assume this isn't yet automated, right?

Should we keep fetching from GitHub, or download from PyPI?

gauteh commented 4 years ago

For packaging distros I recommend sticking with the source directly.