I've recently released version 0.3.1 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Fixed #132: Added documentation to help with
Isn't your data folder mentioned here in your setup.py?
> On Jun 25, 2020, at 12:12, Stuart McGraw wrote:
>
> package_data={'mypackage': ['data/*.csv', 'tmpl/*.jinja',]},
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
htt
On Sat, 27 Jun 2020 at 01:37, David Mathog wrote:
>
> Thanks for that feedback. Looks like RECORD is the one to use.
>
> The names of the directories ending in dist-info seem to be uniformly:
>
> package-version.dist_info
Note that if you're doing something like this, you should probably
read PE