Add Changelog, docs and tests to source tarball#1266
Add Changelog, docs and tests to source tarball#1266timothycrosley merged 1 commit intoPyCQA:developfrom
Conversation
Same as PyCQA#531 which does no longer work, as now poetry seems to be used for building the packages
Codecov Report
@@ Coverage Diff @@
## develop #1266 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 34 34
Lines 2133 2133
=========================================
Hits 2133 2133 |
|
Thank you! |
|
@sebix unfourtantely, I had to revert this. It looks like adding extra files is not quite as straight forward with poetry as I would have assumed. See: #1285. Which I confirmed locally, all the included files ended up just littering the root of my sitepackages. I couldn't easily figure out a good way around it, and the state of the issues on Poetry's issue tracker around it didn't give me much hope |
Ok, too bad that this is not - easily - possible with poetry. The files should have just ended up in the sdist tarball. Sorry for the inconvenience. |
|
No problem at all! I appreciate you drawing my attention to the issue! I've reopened #463 |
fixes part of PyCQA#1266 fixes PyCQA#463
|
Adding python files (tests) in sdist only is possible -> https://python-poetry.org/docs/pyproject/#packages and #1313 |
Same as #531 which does no longer work, as now
poetry seems to be used for building the packages