Skip to content

Commit ad352d2

Browse files
authored
Update pip urls to point at TF fork (#24)
1 parent 6f013cc commit ad352d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ def find_files(pattern, root):
261261
version=_VERSION.replace('-', ''),
262262
description=DOCLINES[0],
263263
long_description='\n'.join(DOCLINES[2:]),
264-
url='https://github.com/microsoft/DirectML',
265-
download_url='https://github.com/microsoft/DirectML/releases',
264+
url='https://github.com/microsoft/tensorflow-directml',
265+
download_url='https://github.com/microsoft/tensorflow-directml/releases',
266266
author='Microsoft Corporation',
267267
author_email='[email protected]',
268268
# Contained modules and scripts.

0 commit comments

Comments
 (0)