Skip to content

Commit

Permalink
[package] add pyproject.toml, ship examples/htdocs (fixes: aiortc#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Oct 18, 2022
1 parent 239f99b commit 5eae13c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include LICENSE
recursive-include docs *.py *.rst Makefile
recursive-include examples *.html *.py
recursive-include examples *.css *.html *.py *.txt
recursive-include tests *.bin *.pem *.py
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel"]

0 comments on commit 5eae13c

Please sign in to comment.