We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a452475 + da5fc0a commit 6982faeCopy full SHA for 6982fae
doc/pyproject_toml.rst
@@ -417,4 +417,13 @@ These paths:
417
418
Exclusions have priority over inclusions.
419
420
+.. note::
421
+
422
+ If you are not using :ref:`build_cmd` but ``flit_core`` via another build
423
+ frontend, Flit doesn't doesn't check the VCS for files to include but instead
424
+ builds a 'minimal' sdist (which includes the files necessary to build a wheel).
425
+ You'll have to adapt your inclusion/exclusion rules to achieve the same result
426
+ as you'd get with :ref:`build_cmd`.
427
428
429
.. _environment marker: https://www.python.org/dev/peps/pep-0508/#environment-markers
0 commit comments