posit-dev / great-tables

Make awesome display tables using Python.
https://posit-dev.github.io/great-tables/
MIT License
1.42k stars 48 forks source link

Remove unneeded files #351

Closed rich-iannone closed 1 month ago

rich-iannone commented 1 month ago

This PR simply cleans out some unneeded top-level files. Some of these are redundant since more up-to-date versions are present in the .github directory. Others of these are redundant because the GitHub releases pages provide information on releases. The extra authors file is not needed because the author list is in pyproject.toml.

Fixes: https://github.com/posit-dev/great-tables/issues/96

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.72%. Comparing base (b575b6e) to head (28d21cd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #351 +/- ## ======================================= Coverage 84.72% 84.72% ======================================= Files 41 41 Lines 4346 4346 ======================================= Hits 3682 3682 Misses 664 664 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.