Skip to content

Commit 3ab225b

Browse files
committed
add toml
1 parent e0679e7 commit 3ab225b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ include *.md
2424
include LICENSE
2525

2626
exclude *.sh
27-
exclude *.toml
2827
exclude *.svg
2928
recursive-include pytorch_lightning *.py
3029

3130
# Include marker file for PEP 561
3231
include 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
3837
recursive-exclude tests *
@@ -49,6 +48,7 @@ recursive-include docs/source/_images/general/ pl_overview* tf_* tutorial_* PTL1
4948
recursive-include requirements *.txt
5049
recursive-exclude requirements *.sh
5150
include requirements.txt
51+
include pyproject.toml
5252

5353
# Exclude build configs
5454
exclude *.yml

0 commit comments

Comments
 (0)