File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,14 @@ include *.md
2424include LICENSE
2525
2626exclude *.sh
27- exclude *.toml
2827exclude *.svg
2928recursive-include pytorch_lightning *.py
3029
3130# Include marker file for PEP 561
3231include pytorch_lightning/py.typed
3332
3433# include examples
35- recursive-include pl_examples *.py *.md *.sh *.txt
34+ recursive-include pl_examples *.py *.md *.sh *.txt *.toml
3635
3736# exclude tests from package
3837recursive-exclude tests *
@@ -49,6 +48,7 @@ recursive-include docs/source/_images/general/ pl_overview* tf_* tutorial_* PTL1
4948recursive-include requirements *.txt
5049recursive-exclude requirements *.sh
5150include requirements.txt
51+ include pyproject.toml
5252
5353# Exclude build configs
5454exclude *.yml
You can’t perform that action at this time.
0 commit comments