Most of MANIFEST.in is obsolete, get rid of it#2620
Most of MANIFEST.in is obsolete, get rid of it#2620DimitriPapadopoulos wants to merge 2 commits into
MANIFEST.in is obsolete, get rid of it#2620Conversation
e063289 to
1420a42
Compare
|
It seems like we should still |
|
As far as I can see, |
1420a42 to
21ad964
Compare
|
If there are things to ignore, we should be able to add them to the |
21ad964 to
94a4a3b
Compare
|
I'm not sure what MNE-Python is a poor example, it does not use |
If this is the case, shouldn't this PR |
|
|
|
By the way, the failing tests seem unrelated to this merge request. They appear to be caused by #2626, which added |
|
Okay, feel free to add |
https://github.com/pypa/setuptools_scm Additionally `setuptools_scm` provides setuptools with a list of files that are managed by the SCM (i.e. it automatically adds all of the SCM-managed files to the sdist). Unwanted files must be excluded by discarding them via `MANIFEST.in`.
Required after ba4e71d, which introduced `python -m build`.
9ef9253 to
2395a8a
Compare
Fom pypa /setuptools_scm: