Replies: 1 comment
-
|
Are you using There's an unfortunate discrepancy between those, which I'm planning to clear up but not getting round to. At present, However, you can control which files go in the sdist by specifying lists of patterns to include & exclude: https://flit.pypa.io/en/stable/pyproject_toml.html#sdist-section |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an
assetsfolder that contains non code stuff, including a.envfile with some defaults. In that same folder I also have a.env.secretwith my personal info that I don't want to be included in the package.Using the new style metadata, with flit
3.9.0.All files in the
assetsfolder are being included correctly, except the.env(which I want included) and.env.secret(which I didn't want included anyway).Is
flitexcluding these files on purpose? Is there an option to include the.envfile?Beta Was this translation helpful? Give feedback.
All reactions