Closed obackhouse closed 1 year ago
I don't think there's any way to get rid of MANIFEST.in
if you're using setuptools
, so that stays. setup.py
still stays because it handles the compilation, but everything else is in pyproject.toml
.
Do we need CHANGELOG
? Tagged releases have their own changelog so it seems unnecessary.
Patch coverage has no change and project coverage change: -72.00
:warning:
Comparison is base (
10db358
) 71.99% compared to head (d1324d1
) 0.00%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This can be merged, but I do think that CHANGELOG
should be removed, but it has a draft changelog for 1.0.2 so I will leave it there for now
Updates the setup configuration files so they're mostly contained in a
pyproject.toml
, with the compiled parts still handled insetup.py
. Means fewer.ini
,.cfg
,.rc
files floating around.Wait on #92 and #96 (will probably fail tests for now)