Skip to content

Commit

Permalink
FIX: Fix wheel includes so they don't include docs and tests (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard authored Dec 26, 2022
1 parent d237b49 commit e3f8e6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Changelog
`#48 <https://github.com/jdillard/sphinx-sitemap/pull/48>`_
* Add vale support for docs
`#49 <https://github.com/jdillard/sphinx-sitemap/pull/49>`_
* Fix wheel includes so they don't include docs and tests
`#51 <https://github.com/jdillard/sphinx-sitemap/pull/51>`_

2.3.0
-----
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tox
build
pre-commit
flake8
sphinx
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ version = attr: sphinx_sitemap.__version__
packages = find_namespace:
install_requires =
sphinx>=1.2

[options.packages.find]
where = .
include = sphinx_sitemap*

0 comments on commit e3f8e6d

Please sign in to comment.