Thomas Kluyver
Thomas Kluyver
Flit now validates the object reference part of entry points (like `flit:main`), but it doesn't do anything with the group name. Do you know what rules `pkg_resources` checks it against?
Thanks @merwok - PRs to validate the group names welcome.
I'm trying push flit forwards a bit. I've got the docs building without warnings now, with a slightly different approach. If you're still interested in this (or anyone else reading...
Thanks. I'm just about to go offline for a week, and then it will be another few days while I dig myself out from the emails that build up. But...
Brainstorming how the UI could work: If I'm trying to publish a release of `austin` and my `~/.pypirc` says: ```ini [pypi] repository: https://upload.pypi.org/legacy/ username: takowl ``` Then flit could use...
It would certainly be good if we could ensure different tools can use the same credentials. I think flit and twine can currently use the same usernames & passwords in...
In the latter case, does it work if you use a relative import (`from ._meta import __version__`) rather than an absolute one? Background: Flit has two ways of getting the...
Ugh, sorry, I forgot to check when that flag was introduced, and assumed it was old enough that we could safely rely on it. That was added in flit 2.3...
> Tried uninstalling latest flit and installing ==2.2. Now I get ”No module named 'flit_core.inifile'” Sorry about that, it probably needs an older `flit_core` as well - i.e. `pip install...
Another approach is to deploy only when the build is on a git tag (Travis makes this straightforward, not sure about Appveyor). I'll agree with @Carreau - it may make...