We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a37493 + 063798b commit 7241ee5Copy full SHA for 7241ee5
MANIFEST.in
@@ -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/ *
+global-include **/templates/*
+global-include *.sh
setup.py
@@ -66,7 +66,7 @@
66
'Topic :: Scientific/Engineering :: Artificial Intelligence',
67
],
68
keywords='tensorflow api reference',
69
- # Include_package_data is required for setup.py to recognize the MAINFEST.in
+ # Include_package_data is required for setup.py to recognize the MANIFEST.in
70
# https://python-packaging.readthedocs.io/en/latest/non-code-files.html
71
include_package_data=True,
72
)
0 commit comments