Skip to content

Commit

Permalink
Fix Manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz authored and icemac committed Mar 28, 2023
1 parent 01709f3 commit 42060cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "1514f236"
commit-id = "66322213"

[python]
with-pypy = true
Expand All @@ -18,6 +18,7 @@ fail-under = 84
[manifest]
additional-rules = [
"include *.md",
"include *.yaml",
"recursive-include src *.rst",
"recursive-include src *.ini",
]
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ recursive-include docs Makefile

recursive-include src *.py
include *.md
include *.yaml
recursive-include src *.rst
recursive-include src *.ini
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ignore =
force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
known_third_party = six, docutils, pkg_resources, pytz
known_third_party = docutils, pkg_resources, pytz
known_zope =
known_first_party =
default_section = ZOPE
Expand Down

0 comments on commit 42060cd

Please sign in to comment.