jdillard / sphinx-sitemap

Sphinx extension to generate a multi-lingual, multi-version sitemap for HTML builds
https://sphinx-sitemap.readthedocs.io/en/latest/index.html
MIT License
55 stars 21 forks source link

:bug: FIX: Fix wheel includes so they don't include docs and tests #51

Closed jdillard closed 1 year ago

jdillard commented 1 year ago

The contents of .whl archive no longer include the tests and docs directory content:

  Length      Date    Time    Name
---------  ---------- -----   ----
     5969  2022-12-26 01:18   sphinx_sitemap/__init__.py
     1070  2022-12-26 01:27   sphinx_sitemap-2.4.0.dist-info/LICENSE
     2681  2022-12-26 01:27   sphinx_sitemap-2.4.0.dist-info/METADATA
       92  2022-12-26 01:27   sphinx_sitemap-2.4.0.dist-info/WHEEL
       15  2022-12-26 01:27   sphinx_sitemap-2.4.0.dist-info/top_level.txt
      504  2022-12-26 01:27   sphinx_sitemap-2.4.0.dist-info/RECORD
---------                     -------
    10331                     6 files

Summary of Changes

Closes https://github.com/jdillard/sphinx-sitemap/issues/50