Skip to content

Commit 7241ee5

Browse files
Merge pull request #1991 from markmcd:fix-templates
PiperOrigin-RevId: 421011669
2 parents 4a37493 + 063798b commit 7241ee5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
recursive-include tools/tensorflow_docs/api_generator/gen_java/ *
2-
recursive-include tools/tensorflow_docs/api_generator/pretty_docs/templates/ *
1+
global-include **/templates/*
2+
global-include *.sh

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'Topic :: Scientific/Engineering :: Artificial Intelligence',
6767
],
6868
keywords='tensorflow api reference',
69-
# Include_package_data is required for setup.py to recognize the MAINFEST.in
69+
# Include_package_data is required for setup.py to recognize the MANIFEST.in
7070
# https://python-packaging.readthedocs.io/en/latest/non-code-files.html
7171
include_package_data=True,
7272
)

0 commit comments

Comments
 (0)