Skip to content

Commit

Permalink
build wheel MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergeileduc committed Nov 30, 2022
1 parent 77c1d09 commit f2bd356
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include HISTORY.md
include LICENSE
include README.md
dev-requirements.txt

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py *.jpg *.png *.gif
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pytest-asyncio
coverage
discord.py==2.1.0
invoke
sphinx-automodapi
sphinx-automodapi
build

0 comments on commit f2bd356

Please sign in to comment.