harvimt / quamash

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop
BSD 2-Clause "Simplified" License
265 stars 46 forks source link

Release tagging #114

Open hartytp opened 5 years ago

hartytp commented 5 years ago

In setting up a Conda package for quamash (https://github.com/OxfordIonTrapGroup/quamash/commit/b006c9a163f55aba044a9ad8532c65c13f35121f) I hit two issues:

  1. Currently releases are tagged using the pattern version-x.y.z. The hyphen upsets my build script.
  2. Currently, setup.py doesn't run without a GUI toolkit installed.

AFAICT (2) will be fixed by https://github.com/harvimt/quamash/pull/111 Would you be open to changing the tagging format for future releases to something like vx.y.z to resolve (1)?

hartytp commented 5 years ago

@harvimt Are you interested in having a Conda build for quamash? If so I'm happy to submit a PR