Thomas Kluyver
Thomas Kluyver
It does look like `ExtractAttachmentsPreprocessor` always uses the filename from the attachment, but attachments are per-cell, so the same name can be reused. It also defaults to sharing a directory...
Dateutil 1.5 is for Python 2. Update it to a later version.
I'm marking this as no-action because I don't believe it's a bug in our code, but if you're getting python-dateutil 1.5 installed on Python 3, there is probably a problem...
I don't think we should encourage new contributors to try to do anything beyond spelling corrections with the install docs. We know from experience with IPython how easily install docs...
Thanks, it is helpful to see pain points like this for new users. The key bit of context that I'm not sure anyone says explicitly is that Python packaging is...
I forgot, it also looks for a module level docstring to use the first line as the short description for the package. If it doesn't get both that *and* the...
That's weird, what do the messages say? Most of my projects have a `.git` folder and Flit generally builds wheels as well.
Aha, OK. So it's by design that it's stopping early, as the message indicates: > Untracked or deleted files in the source directory. Commit, undo or ignore these files in...
All the files in your project directory (where `pyproject.toml` is) need to be either ignored or added (`git add blah.txt`) to git. If `git status` shows you any 'Untracked files',...