You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered this fact when troubleshooting files that should not have been included according to MANIFEST.in were being included.
Factoring out the feature to a separate package distribution was suggested in #190 but was rejected. Though I would have preferred a way to disable the feature, simply documenting it prominently would have saved me a lot of time.
The problem is somewhat aggravated by an issue with setuptools; When, in the course of figuring out why so many files where being included, I removed setuptools_scm the files were still being included.
The text was updated successfully, but these errors were encountered:
I discovered this fact when troubleshooting files that should not have been included according to
MANIFEST.in
were being included.Factoring out the feature to a separate package distribution was suggested in #190 but was rejected. Though I would have preferred a way to disable the feature, simply documenting it prominently would have saved me a lot of time.
A similar fix was attempted in #53.
The problem is somewhat aggravated by an issue with
setuptools
; When, in the course of figuring out why so many files where being included, I removedsetuptools_scm
the files were still being included.The text was updated successfully, but these errors were encountered: