This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Description
I'm having an issue with including a couple of files that I explicitly mention in my pyproject.toml but that don't end up in the package_data list of the converted setup.py
After a lot of trial and error, I started looking into how dephell actually identifies the files to be included. It appears that you're making the assumption that files without an extension are to be ignored.
Would you consider adapting this behavior? As far as I know, it's not bad practice to allow for files without an extension to be packaged up.
|
# skip dirs, python files and files without extension |