Skip to content

Commit af6eaca

Browse files
committed
Move setup.py
This will let users of the doc_generator pip install with: pip install git+https://github.com/tensorflow/docs PiperOrigin-RevId: 229561707
1 parent df7ab5d commit af6eaca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/setup.py setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
url='http://github.com/tensorflow/docs',
6767
download_url='https://github.com/tensorflow/docs/tags',
6868
license='Apache 2.0',
69-
packages=find_packages(),
69+
packages=find_packages('tools'),
70+
package_dir={'': 'tools'},
7071
scripts=[],
7172
install_requires=REQUIRED_PKGS,
7273
extras_require={

0 commit comments

Comments
 (0)